GpuMat 1.0.1
A GpuMat for CS205 C/C++ Project4
|
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) const | Matrix< T > | inline |
deepCopy(const T *src_data, size_t size) const | Matrix< 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 noexcept | Matrix< T > | inline |
getData() const noexcept | Matrix< T > | inline |
getRolColData(size_t row, size_t col) const | Matrix< T > | inline |
getRows() const noexcept | Matrix< T > | inline |
getSize() const noexcept | Matrix< T > | inline |
isEqual(const Matrix &other) const | Matrix< 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) const | Matrix< 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) const | Matrix< T > | inline |
print() const | Matrix< 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) const | Matrix< T > | inline |
upload(T *device_data) | Matrix< T > | inline |
~Matrix() | Matrix< T > | inline |