version 0.4.1
Ikarus::Concepts::SparseEigenMatrix Concept Reference

Concept defining the requirements for sparse Eigen matrices. More...

#include <ikarus/utils/concepts.hh>

Concept definition

template<typename M>
concept Ikarus::Concepts::SparseEigenMatrix = traits::isSpecializationTypeNonTypeAndType<Eigen::SparseMatrix, M>::value
Concept defining the requirements for sparse Eigen matrices.
Definition: utils/concepts.hh:378

Detailed Description

Template Parameters
MType representing a sparse Eigen matrix.