Home
last modified time | relevance | path

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

/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dforeach.hh29 struct IsRowMajorSparse : std::false_type {}; struct
33 struct IsRowMajorSparse<BCRSMatrix<B,A>> : std::true_type {}; struct
36 struct IsRowMajorSparse<DiagonalMatrix<K,n>> : std::true_type {}; struct
39 struct IsRowMajorSparse<ScaledIdentityMatrix<K,n>> : std::true_type {}; struct
141 if constexpr ( Impl::IsRowMajorSparse<M>::value ) in flatMatrixForEach()