Searched defs:EigenSparseMatrix (Results 1 - 2 of 2) sorted by relevance

/external/eigen/bench/
H A DBenchSparseUtil.h25 typedef SparseMatrix<Scalar> EigenSparseMatrix; typedef
27 void fillMatrix(float density, int rows, int cols, EigenSparseMatrix& dst)
42 void fillMatrix2(int nnzPerCol, int rows, int cols, EigenSparseMatrix& dst)
62 void eiToDense(const EigenSparseMatrix& src, DenseMatrix& dst)
66 for (EigenSparseMatrix::InnerIterator it(src.derived(), j); it; ++it)
74 void eiToGmm(const EigenSparseMatrix& src, GmmSparse& dst)
78 for (EigenSparseMatrix::InnerIterator it(src.derived(), j); it; ++it)
88 void eiToMtl(const EigenSparseMatrix& src, MtlSparse& dst)
92 for (EigenSparseMatrix::InnerIterator it(src.derived(), j); it; ++it)
101 void eiToCSparse(const EigenSparseMatrix
[all...]
/external/ceres-solver/internal/ceres/
H A Dcovariance_impl.cc667 typedef Eigen::SparseMatrix<double, Eigen::ColMajor> EigenSparseMatrix; typedef
670 EigenSparseMatrix sparse_jacobian =
677 Eigen::SparseQR<EigenSparseMatrix, Eigen::COLAMDOrdering<int> >

Completed in 222 milliseconds