|
NTPoly
|
This is the complete list of members for NTPoly::SparseMatrix, including all inherited members.
| Dot(const NTPoly::SparseMatrix &matB) const | NTPoly::SparseMatrix | |
| Gemm(const NTPoly::SparseMatrix &matA, const NTPoly::SparseMatrix &matB, bool isATransposed, bool isBTransposed, double alpha, double beta, double threshold, NTPoly::MatrixMemoryPool &memory_pool) | NTPoly::SparseMatrix | |
| GetColumns() const | NTPoly::SparseMatrix | |
| GetRows() const | NTPoly::SparseMatrix | |
| Increment(const NTPoly::SparseMatrix &matB, double alpha, double threshold) | NTPoly::SparseMatrix | |
| MatrixToTripletList(NTPoly::TripletList &triplet_list) | NTPoly::SparseMatrix | |
| PairwiseMultiply(const NTPoly::SparseMatrix &matA, const NTPoly::SparseMatrix &matB) | NTPoly::SparseMatrix | |
| Print() | NTPoly::SparseMatrix | |
| Scale(double constant) | NTPoly::SparseMatrix | |
| SparseMatrix(int columns, int rows) | NTPoly::SparseMatrix | |
| SparseMatrix(std::string file_name) | NTPoly::SparseMatrix | |
| SparseMatrix(const NTPoly::TripletList &list, int rows, int columns) | NTPoly::SparseMatrix | |
| SparseMatrix(const NTPoly::SparseMatrix &matB) | NTPoly::SparseMatrix | |
| TransposeSparseMatrix(const NTPoly::SparseMatrix &matA) | NTPoly::SparseMatrix | |
| WriteToMatrixMarket(std::string file_name) | NTPoly::SparseMatrix | |
| ~SparseMatrix() | NTPoly::SparseMatrix |
1.8.13