Home | History | Annotate | Download | only in ceres

Lines Matching refs:Matrix

819 // Convert a CRSMatrix to a dense Eigen matrix.
820 void CRSToDenseMatrix(const CRSMatrix& input, Matrix* output) {
821 Matrix& m = *CHECK_NOTNULL(output);
899 Matrix dense_jacobian;