HomeSort by relevance Sort by last modified time
    Searched refs:StandardCompressedFormat (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseRef.h 16 StandardCompressedFormat = 2 /**< used by Ref<SparseMatrix> to specify whether the input storage must be in standard compressed form */
116 * \tparam Options specifies whether the a standard compressed format is required \c Options is \c #StandardCompressedFormat, or \c 0.
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/
sparse_ref.cpp 51 EIGEN_DONT_INLINE void call_ref_3(const Ref<const SparseMatrix<float>, StandardCompressedFormat>& a, const B &b) {
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 168 typedef Ref<const UmfpackMatrixType, StandardCompressedFormat> UmfpackMatrixRef;

Completed in 168 milliseconds