Home
last modified time | relevance | path

Searched refs:VectorI (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseSelfAdjointView.h56 typedef Matrix<Index,Dynamic,1> VectorI;
171 mutable VectorI m_countPerRow;
172 mutable VectorI m_countPerCol;
319 typedef Matrix<Index,Dynamic,1> VectorI;
327 VectorI count;
406 typedef Matrix<Index,Dynamic,1> VectorI;
415 VectorI count(size);
474 typedef Matrix<Index,Dynamic,1> VectorI;
/external/eigen/test/
Dsparse_permutations.cpp22 typedef Matrix<Index,Dynamic,1> VectorI; in sparse_permutations() typedef
43 VectorI pi; in sparse_permutations()
/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteLUT.h27 template <typename VectorV, typename VectorI, typename Index>
28 Index QuickSplit(VectorV &row, VectorI &ind, Index ncut) in QuickSplit()