BLAS/LAPACK compatible array type that has a compatible floating-point value type and address space with the reference array type.
- Template Parameters
-
| A | Array type. |
| B | Reference array type. |
| R | Optional required rank. |
Definition at line 299 of file tools.hpp.
template<typename A, typename B, int R = -1>
BLAS/LAPACK compatible array type.
BLAS/LAPACK compatible array or conjugate lazy expression type.
BLAS/LAPACK compatible array type that has a compatible floating-point value type and address space w...
typename remove_complex< get_value_t< A > >::type get_fp_t
Get the floating-point type associated with the value type of an array/view/scalar type.
static constexpr bool have_compatible_addr_space
Constexpr variable that is true if all given types have compatible address spaces.