TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/sym_grp.hpp>
Concept defining an initializer function.
An initializer function consists of a callable type that can be called with a multi-dimensional index with the same rank as a given array type and returns a an object of the same type as the value type of the array.
F | Callable type. |
A | nda::Array type. |
Idx | Multi-dimensional index type. |
Definition at line 126 of file sym_grp.hpp.