Home | History | Annotate | Download | only in ceres

Lines Matching refs:Matrix

62   virtual void ToDenseMatrix(Matrix* dense_matrix) const;
78 // Append the matrix B at the bottom of this matrix. B should have
82 // Append the matrix B at the right of this matrix. B should have
86 // Resize the matrix. Entries which fall outside the new matrix
96 // Returns true if the entries of the matrix obey the row, column,
102 // Build a sparse diagonal matrix of size num_rows x num_rows from
104 // sparse matrix.