Searched defs:VectorI (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/
H A Dsparse_permutations.cpp22 typedef Matrix<Index,Dynamic,1> VectorI; typedef
43 VectorI pi;
/external/eigen/Eigen/src/SparseCore/
H A DSparseSelfAdjointView.h56 typedef Matrix<Index,Dynamic,1> VectorI; typedef in class:Eigen::SparseSelfAdjointView
171 mutable VectorI m_countPerRow;
172 mutable VectorI m_countPerCol;
319 typedef Matrix<Index,Dynamic,1> VectorI; typedef
327 VectorI count;
406 typedef Matrix<Index,Dynamic,1> VectorI; typedef
415 VectorI count(size);
474 typedef Matrix<Index,Dynamic,1> VectorI; typedef in class:Eigen::SparseSymmetricPermutationProduct

Completed in 226 milliseconds