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

#include <nda/concepts.hpp>

Detailed Description

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

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

Definition at line 298 of file concepts.hpp.

Concept definition

template<typename V>
Check if a given type is an nda::Array of a certain rank.
Definition concepts.hpp:266
Check if a given type is a vector, i.e. an nda::ArrayOfRank<1>.
Definition concepts.hpp:298