Searched refs:ColMajorMatrixRef (Results 1 – 4 of 4) sorted by relevance
157 ColMajorMatrixRef DenseSparseMatrix::mutable_matrix() { in mutable_matrix()158 return ColMajorMatrixRef( in mutable_matrix()
74 ColMajorMatrixRef mutable_matrix();
129 ColMajorMatrixRef jacobian_matrix = dense_jacobian->mutable_matrix(); in Evaluate()
55 Eigen::Stride<Eigen::Dynamic, 1> > ColMajorMatrixRef; typedef