version 0.4.4
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:373
Concept defining the requirements for sparse Eigen matrices.
Definition: utils/concepts.hh:381
Concept defining the requirements for sparse or dense Eigen matrices.
Definition: utils/concepts.hh:389

Detailed Description

Template Parameters
MType representing a dense or sparse Eigen matrix.