Searched refs:ConstColMajorMatrixRef (Results 1 – 4 of 4) sorted by relevance
147 ConstColMajorMatrixRef DenseSparseMatrix::matrix() const { in matrix()148 return ConstColMajorMatrixRef( in matrix()
73 ConstColMajorMatrixRef matrix() const;
74 ConstColMajorMatrixRef Aref = A->matrix(); in SolveUsingEigen()
59 Eigen::Stride<Eigen::Dynamic, 1> > ConstColMajorMatrixRef; typedef