Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DSparseVector.h413 typedef SparseVector<_Scalar,_Options,_Index> SparseVectorType;
414 typedef evaluator_base<SparseVectorType> Base;
415 typedef typename SparseVectorType::InnerIterator InnerIterator;
416 typedef typename SparseVectorType::ReverseInnerIterator ReverseInnerIterator;
420 Flags = SparseVectorType::Flags
425 explicit evaluator(const SparseVectorType &mat) : m_matrix(&mat)
434 operator SparseVectorType&() { return m_matrix->const_cast_derived(); }
435 operator const SparseVectorType&() const { return *m_matrix; }
437 const SparseVectorType *m_matrix;
DSparseRef.h257 template<typename SparseVectorType>
258 class Ref<SparseVectorType>
/external/eigen/test/
Dsparse_vector.cpp18 typedef SparseVector<Scalar,0,StorageIndex> 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()
58 SparseVectorType v4(rows); in sparse_vector()
128 SparseVectorType vec1(rows); in sparse_vector()
Dsparse_block.cpp40 typedef SparseVector<Scalar> SparseVectorType; in sparse_block() typedef
154 SparseVectorType v1; in sparse_block()