NTPoly
NTPoly::SparseMatrix Member List

This is the complete list of members for NTPoly::SparseMatrix, including all inherited members.

Dot(const NTPoly::SparseMatrix &matB) constNTPoly::SparseMatrix
ExtractColumn(int column_number, SparseMatrix &column_out) constNTPoly::SparseMatrix
ExtractRow(int row_number, SparseMatrix &row_out) constNTPoly::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() constNTPoly::SparseMatrix
GetRows() constNTPoly::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
Transpose(const NTPoly::SparseMatrix &matA)NTPoly::SparseMatrix
WriteToMatrixMarket(std::string file_name)NTPoly::SparseMatrix
~SparseMatrix()NTPoly::SparseMatrix