Searched refs:VectorI (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseSelfAdjointView.h | 56 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/ |
D | sparse_permutations.cpp | 22 typedef Matrix<Index,Dynamic,1> VectorI; in sparse_permutations() typedef 43 VectorI pi; in sparse_permutations()
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | IncompleteLUT.h | 27 template <typename VectorV, typename VectorI, typename Index> 28 Index QuickSplit(VectorV &row, VectorI &ind, Index ncut) in QuickSplit()
|