Home
last modified time | relevance | path

Searched refs:ConstColMajorMatrixRef (Results 1 – 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
Ddense_sparse_matrix.cc147 ConstColMajorMatrixRef DenseSparseMatrix::matrix() const { in matrix()
148 return ConstColMajorMatrixRef( in matrix()
Ddense_sparse_matrix.h73 ConstColMajorMatrixRef matrix() const;
Ddense_normal_cholesky_solver.cc74 ConstColMajorMatrixRef Aref = A->matrix(); in SolveUsingEigen()
/external/ceres-solver/include/ceres/internal/
Deigen.h59 Eigen::Stride<Eigen::Dynamic, 1> > ConstColMajorMatrixRef; typedef