Lines Matching defs:TripletSparseMatrix
46 class TripletSparseMatrix : public SparseMatrix {
48 TripletSparseMatrix();
49 TripletSparseMatrix(int num_rows, int num_cols, int max_num_nonzeros);
50 explicit TripletSparseMatrix(const TripletSparseMatrix& orig);
52 TripletSparseMatrix& operator=(const TripletSparseMatrix& rhs);
54 ~TripletSparseMatrix();
80 void AppendRows(const TripletSparseMatrix& B);
84 void AppendCols(const TripletSparseMatrix& B);
105 static TripletSparseMatrix* CreateSparseDiagonalMatrix(const double* values,
110 void CopyData(const TripletSparseMatrix& orig);