HomeSort by relevance Sort by last modified time
    Searched refs:startVec (Results 1 - 10 of 10) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 211 derived().startVec(j);
245 temp.startVec(j);
SparseSparseProductWithPruning.h 69 res.startVec(j);
ConservativeSparseSparseProduct.h 46 res.startVec(j);
89 //res.startVec(j);
SparseVector.h 122 inline void startVec(Index outer)
SparseMatrix.h 365 * \sa insert, insertBackByOuterInner, startVec */
372 * \sa insertBack, startVec */
395 inline void startVec(Index outer)
397 eigen_assert(m_outerIndex[outer]==int(m_data.size()) && "You must call startVec for each inner vector sequentially");
398 eigen_assert(m_outerIndex[outer+1]==0 && "You must call startVec for each inner vector sequentially");
    [all...]
  /external/eigen/test/
sparse.h 71 //sparseMat.startVec(j);
121 sparseMat.startVec(j); // not needed for DynamicSparseMatrix
sparse_basic.cpp 281 m2.startVec(j);
  /external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h 229 mp_target->startVec(j);
DynamicSparseMatrix.h 143 inline void startVec(Index /*outer*/) {}
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 406 m_lu.startVec(ii);

Completed in 831 milliseconds