Concept defining the requirements for sparse or dense Eigen matrices.
More...
#include <ikarus/utils/concepts.hh>
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
- Template Parameters
-
M | Type representing a dense or sparse Eigen matrix. |