TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::Matrix Concept Reference

#include <nda/concepts.hpp>

Detailed Description

Check if a given type is a matrix, i.e. an nda::ArrayOfRank<2>.

Note
The algebra of the type is not checked here (see nda::get_algebra).
Template Parameters
MType to check.

Definition at line 290 of file concepts.hpp.

Concept definition

template<typename M>
Check if a given type is an nda::Array of a certain rank.
Definition concepts.hpp:266
Check if a given type is a matrix, i.e. an nda::ArrayOfRank<2>.
Definition concepts.hpp:290