Searched refs:StandardCompressedFormat (Results 1 – 3 of 3) sorted by relevance
16 …StandardCompressedFormat = 2 /**< used by Ref<SparseMatrix> to specify whether the input storage m… enumerator148 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()))
51 EIGEN_DONT_INLINE void call_ref_3(const Ref<const SparseMatrix<float>, StandardCompressedFormat>& a… in call_ref_3()
168 typedef Ref<const UmfpackMatrixType, StandardCompressedFormat> UmfpackMatrixRef;