TRIQS/nda 2.0.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::blas_lapack::BlasArray

#include <nda/blas/tools.hpp>

Detailed Description

BLAS/LAPACK compatible array type.

Template Parameters
AArray type.
ROptional required rank.

Definition at line 226 of file tools.hpp.

Concept definition

template<typename A, int R = -1>
Check if a given type satisfies the memory array concept.
Definition concepts.hpp:230
Check if a given type is an nda::MemoryArray of a certain rank.
Definition concepts.hpp:257
BLAS/LAPACK compatible array type.
Definition tools.hpp:226
std::decay_t< decltype(get_first_element(std::declval< A const >()))> get_value_t
Get the value type of an array/view or a scalar type.
Definition traits.hpp:212
constexpr bool is_blas_lapack_v
Constexpr variable that is true if type T is either of type 'float', double, std::complex<float>' or ...
Definition traits.hpp:95