BLAS/LAPACK compatible array type that has the same value type as the reference array type and a compatible address space.
- Template Parameters
-
| A | Array type. |
| B | Reference array type. |
| R | Optional required rank. |
Definition at line 265 of file tools.hpp.
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...
BLAS/LAPACK compatible array type.
BLAS/LAPACK compatible array or conjugate lazy expression type.
constexpr bool have_same_value_type_v
Constexpr variable that is true if all types in As have the same value type as A0.
static constexpr bool have_compatible_addr_space
Constexpr variable that is true if all given types have compatible address spaces.