TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
array_adapter.hpp File Reference
#include "./concepts.hpp"
#include "./stdutil/array.hpp"
#include <array>
#include <type_traits>

Detailed Description

Provides an array adapter class.

Definition in file array_adapter.hpp.

Go to the source code of this file.

Classes

class  nda::array_adapter< R, F >
 Adapter that consists of a shape and a callable object, which takes R integers as arguments (just like an nda::basic_array or nda::basic_array_view). More...
 

Variables

template<int R, typename F >
constexpr char nda::get_algebra< array_adapter< R, F > > = 'A'
 Specialization of nda::get_algebra for nda::array_adapter.