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

#include <nda/blas/tools.hpp>

Detailed Description

BLAS/LAPACK compatible array type that has the same value type as the reference array type and a compatible address space.

Template Parameters
AArray type.
BReference array type.
ROptional required rank.

Definition at line 265 of file tools.hpp.

Concept definition

template<typename A, typename B, int R = -1>
BLAS/LAPACK compatible array type that has the same value type as the reference array type and a comp...
Definition tools.hpp:265
BLAS/LAPACK compatible array type.
Definition tools.hpp:226
BLAS/LAPACK compatible array or conjugate lazy expression type.
Definition tools.hpp:253
constexpr bool have_same_value_type_v
Constexpr variable that is true if all types in As have the same value type as A0.
Definition traits.hpp:225
static constexpr bool have_compatible_addr_space
Constexpr variable that is true if all given types have compatible address spaces.