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>
and std::is_same_v<get_value_t<A>, int> and mem::have_compatible_addr_space<A, B>
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 ...