GpuMat 1.0.1
A GpuMat for CS205 C/C++ Project4
Loading...
Searching...
No Matches
Matrix< T > Member List

This is the complete list of members for Matrix< T >, including all inherited members.

changeGPU(int device_num)Matrix< T >inline
checkRowsCols(size_t row, size_t col) constMatrix< T >inline
deepCopy(const T *src_data, size_t size) constMatrix< T >inline
deepCopy(const T *src_data, size_t size, int device)Matrix< T >inline
download()Matrix< T >inline
ensure_unique()Matrix< T >inline
getCols() const noexceptMatrix< T >inline
getData() const noexceptMatrix< T >inline
getRolColData(size_t row, size_t col) constMatrix< T >inline
getRows() const noexceptMatrix< T >inline
getSize() const noexceptMatrix< T >inline
isEqual(const Matrix &other) constMatrix< T >inline
Matrix(size_t rows, size_t cols, int device=0)Matrix< T >inline
Matrix(const Matrix &other)Matrix< T >inline
multiply(const Matrix &other, Matrix *result_ptr)Matrix< T >inline
operator()(size_t row, size_t col)Matrix< T >inline
operator()(size_t row, size_t col) constMatrix< T >inline
operator*(const Matrix &other)Matrix< T >inline
operator+(const Matrix< T > &other)Matrix< T >inline
operator+=(const Matrix< T > &other)Matrix< T >inline
operator-(const Matrix< T > &other)Matrix< T >inline
operator<<Matrix< T >friend
operator=(const Matrix &other)Matrix< T >inline
operator==(const Matrix &other) constMatrix< T >inline
print() constMatrix< T >inline
SetParentMatrix(const Matrix &other)Matrix< T >inline
setROIas(size_t startRow, size_t startCol, size_t numRows, size_t numCols, const Matrix &other)Matrix< T >inline
shape_equals(const Matrix &other) constMatrix< T >inline
upload(T *device_data)Matrix< T >inline
~Matrix()Matrix< T >inline