Lines Matching full:matrix
51 // Build a matrix with the same content as the TripletSparseMatrix
60 // creates a "blank" matrix with the appropriate amount of memory
66 // size of the matrix to begin with and wants to update the layout
74 // Build a square sparse diagonal matrix with num_rows rows and
87 virtual void ToDenseMatrix(Matrix* dense_matrix) const;
99 // Append the contents of m to the bottom of this matrix. m must
100 // have the same number of columns as this matrix.
103 void ToCRSMatrix(CRSMatrix* matrix) const;
105 // Low level access methods that expose the structure of the matrix.
139 // result matrix where it should be accumulated.
153 // where the matrix used to store the result and a program have been
167 // If the matrix has an underlying block structure, then it can also
170 // matrix. The class itself does not make use of this information in