Home | History | Annotate | Download | only in ceres

Lines Matching refs: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.
138 // If the matrix has an underlying block structure, then it can also
141 // matrix. The class itself does not make use of this information in