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

#include <nda/concepts.hpp>

Detailed Description

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

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

Definition at line 306 of file concepts.hpp.

Concept definition

template<typename M>
Check if a given type is an nda::MemoryArray of a certain rank.
Definition concepts.hpp:275
Check if a given type is a memory matrix, i.e. an nda::MemoryArrayOfRank<2>.
Definition concepts.hpp:306