Searched refs:startVec (Results 1 - 11 of 11) sorted by relevance

/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h359 m_Q.startVec(0);
365 m_R.startVec(col);
507 m_Q.startVec(nonzeroCol);
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h214 derived().startVec(j);
248 temp.startVec(j);
H A DSparseSparseProductWithPruning.h69 res.startVec(j);
H A DConservativeSparseSparseProduct.h46 res.startVec(j);
89 //res.startVec(j);
H A DSparseVector.h137 inline void startVec(Index outer) function in class:Eigen::SparseVector
H A DSparseMatrix.h373 * \sa insert, insertBackByOuterInner, startVec */
380 * \sa insertBack, startVec */
403 inline void startVec(Index outer) function in class:Eigen::SparseMatrix
405 eigen_assert(m_outerIndex[outer]==Index(m_data.size()) && "You must call startVec for each inner vector sequentially");
406 eigen_assert(m_outerIndex[outer+1]==0 && "You must call startVec for each inner vector sequentially");
/external/eigen/test/
H A Dsparse.h71 //sparseMat.startVec(j);
121 sparseMat.startVec(j); // not needed for DynamicSparseMatrix
H A Dsparse_basic.cpp340 m2.startVec(j);
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h229 mp_target->startVec(j);
H A DDynamicSparseMatrix.h143 inline void startVec(Index /*outer*/) {} function in class:Eigen::DynamicSparseMatrix
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h408 m_lu.startVec(ii);

Completed in 505 milliseconds