Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DSparseRef.h16StandardCompressedFormat = 2 /**< used by Ref<SparseMatrix> to specify whether the input storage m… enumerator
148 eigen_assert( ((Options & int(StandardCompressedFormat))==0) || (expr.isCompressed()) );
156 eigen_assert( ((Options & int(StandardCompressedFormat))==0) || (expr.isCompressed()) );
170 eigen_assert( ((Options & int(StandardCompressedFormat))==0) || (expr.isCompressed()) );
214 if((Options & int(StandardCompressedFormat)) && (!expr.isCompressed()))
/external/eigen/test/
Dsparse_ref.cpp51 EIGEN_DONT_INLINE void call_ref_3(const Ref<const SparseMatrix<float>, StandardCompressedFormat>& a… in call_ref_3()
/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h168 typedef Ref<const UmfpackMatrixType, StandardCompressedFormat> UmfpackMatrixRef;