Home
last modified time | relevance | path

Searched refs:SparseVectorType (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/eigen2/
Deigen2_sparse_vector.cpp18 typedef SparseVector<Scalar> SparseVectorType; in sparse_vector() typedef
23 SparseVectorType v1(rows), v2(rows), v3(rows); in sparse_vector()
47 for (typename SparseVectorType::InnerIterator it(v1); it; ++it,++j) in sparse_vector()
/external/eigen/test/
Dsparse_vector.cpp18 typedef SparseVector<Scalar,0,Index> SparseVectorType; in sparse_vector() typedef
23 SparseVectorType v1(rows), v2(rows), v3(rows); in sparse_vector()
47 for (typename SparseVectorType::InnerIterator it(v1); it; ++it,++j) in sparse_vector()