BLAS/LAPACK compatible pivot array type that has a compatible address space with the reference array type.
- Template Parameters
-
| A | Array type. |
| B | Reference array type. |
| R | Optional required rank. |
Definition at line 287 of file tools.hpp.
template<typename A, typename B, int R = -1>
Check if a given type satisfies the memory array concept.
Check if a given type is an nda::MemoryArray of a certain rank.
BLAS/LAPACK compatible array or conjugate lazy expression type.
BLAS/LAPACK compatible pivot array type that has a compatible address space with the reference array ...
static constexpr bool have_compatible_addr_space
Constexpr variable that is true if all given types have compatible address spaces.