DistributedSparseMatrix(int matrix_dimension) | NTPoly::DistributedSparseMatrix | |
DistributedSparseMatrix(std::string file_name, bool is_binary=false) | NTPoly::DistributedSparseMatrix | |
DistributedSparseMatrix(const DistributedSparseMatrix &matB) | NTPoly::DistributedSparseMatrix | |
Dot(const DistributedSparseMatrix &matB) | NTPoly::DistributedSparseMatrix | |
FillDistributedPermutation(const Permutation &lb, bool permuterows=true) | NTPoly::DistributedSparseMatrix | |
FillFromTripletList(const TripletList &triplet_list) | NTPoly::DistributedSparseMatrix | |
FillIdentity() | NTPoly::DistributedSparseMatrix | |
Gemm(const DistributedSparseMatrix &matA, const DistributedSparseMatrix &matB, DistributedMatrixMemoryPool &memory_pool, double alpha=1.0, double beta=0.0, double threshold=0.0) | NTPoly::DistributedSparseMatrix | |
GetActualDimension() const | NTPoly::DistributedSparseMatrix | |
GetLogicalDimension() const | NTPoly::DistributedSparseMatrix | |
GetMatrixBlock(TripletList &triplet_list, int start_row, int end_row, int start_column, int end_column) | NTPoly::DistributedSparseMatrix | |
GetTripletList(TripletList &triplet_list) | NTPoly::DistributedSparseMatrix | |
Increment(const DistributedSparseMatrix &matB, double alpha=1.0, double threshold=0.0) | NTPoly::DistributedSparseMatrix | |
LoadBalancer (defined in NTPoly::DistributedSparseMatrix) | NTPoly::DistributedSparseMatrix | friend |
Norm() const | NTPoly::DistributedSparseMatrix | |
PairwiseMultiply(const DistributedSparseMatrix &matA, const DistributedSparseMatrix &matB) | NTPoly::DistributedSparseMatrix | |
Scale(double constant) | NTPoly::DistributedSparseMatrix | |
SolverBase (defined in NTPoly::DistributedSparseMatrix) | NTPoly::DistributedSparseMatrix | friend |
Trace() const | NTPoly::DistributedSparseMatrix | |
Transpose(const NTPoly::DistributedSparseMatrix &matA) | NTPoly::DistributedSparseMatrix | |
TripletList (defined in NTPoly::DistributedSparseMatrix) | NTPoly::DistributedSparseMatrix | friend |
WriteToBinary(std::string file_name) const | NTPoly::DistributedSparseMatrix | |
WriteToMatrixMarket(std::string file_name) const | NTPoly::DistributedSparseMatrix | |
~DistributedSparseMatrix() | NTPoly::DistributedSparseMatrix | |