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

  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 56 typedef Matrix<Index,Dynamic,1> VectorI;
147 mutable VectorI m_countPerRow;
148 mutable VectorI m_countPerCol;
295 typedef Matrix<Index,Dynamic,1> VectorI;
303 VectorI count;
382 typedef Matrix<Index,Dynamic,1> VectorI;
391 VectorI count(size);
450 typedef Matrix<Index,Dynamic,1> VectorI;
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 129 template <typename VectorV, typename VectorI>
130 int QuickSplit(VectorV &row, VectorI &ind, int ncut);
185 template <typename VectorV, typename VectorI>
186 int IncompleteLUT<Scalar>::QuickSplit(VectorV &row, VectorI &ind, int ncut)
  /external/eigen/test/
sparse_permutations.cpp 22 typedef Matrix<Index,Dynamic,1> VectorI;
43 VectorI pi;

Completed in 37 milliseconds