Searched refs:makeCompressed (Results 1 - 8 of 8) sorted by relevance

/external/eigen/test/
H A Dspqr_support.cpp24 A.makeCompressed();
H A Dsparseqr.cpp24 A.makeCompressed();
H A Dsparse_solver.h276 A.makeCompressed();
282 B.makeCompressed();
322 A.makeCompressed();
H A Dsparse_basic.cpp162 m2.makeCompressed();
194 m3.makeCompressed();
212 if(internal::random<float>(0,1)>0.5) m2.makeCompressed();
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h215 mp_target->makeCompressed();
260 mp_target->makeCompressed();
/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h61 * \warning The input sparse matrix A must be in compressed mode (see SparseMatrix::makeCompressed()).
83 * \warning The matrix \a mat must be in compressed mode (see SparseMatrix::makeCompressed()).
94 * \warning The matrix \a mat must be in compressed mode (see SparseMatrix::makeCompressed()).
273 * \warning The matrix \a mat must be in compressed mode (see SparseMatrix::makeCompressed()).
283 eigen_assert(mat.isCompressed() && "SparseQR requires a sparse matrix in compressed mode. Call .makeCompressed() before passing it to SparseQR");
524 m_Q.makeCompressed();
526 m_R.makeCompressed();
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h442 m_lu.makeCompressed();
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h27 * A call to the function makeCompressed() turns the matrix into the standard \em compressed format
449 void makeCompressed() function in class:Eigen::SparseMatrix
507 makeCompressed();

Completed in 110 milliseconds