version 0.4.1
Ikarus::Concepts::DenseOrSparseEigenMatrix Concept Reference

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

#include <ikarus/utils/concepts.hh>

Concept definition

template<typename M>
Concept defining the requirements for Eigen matrices. This also includes Eigen vectors.
Definition: utils/concepts.hh:370
Concept defining the requirements for sparse Eigen matrices.
Definition: utils/concepts.hh:378
Concept defining the requirements for sparse or dense Eigen matrices.
Definition: utils/concepts.hh:386

Detailed Description

Template Parameters
MType representing a dense or sparse Eigen matrix.