Searched refs:IsRowMajorSparse (Results 1 – 1 of 1) sorted by relevance
29 struct IsRowMajorSparse : std::false_type {}; struct33 struct IsRowMajorSparse<BCRSMatrix<B,A>> : std::true_type {}; struct36 struct IsRowMajorSparse<DiagonalMatrix<K,n>> : std::true_type {}; struct39 struct IsRowMajorSparse<ScaledIdentityMatrix<K,n>> : std::true_type {}; struct141 if constexpr ( Impl::IsRowMajorSparse<M>::value ) in flatMatrixForEach()