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

#include <nda/blas/tools.hpp>

Detailed Description

BLAS/LAPACK compatible pivot array type that has a compatible address space with the reference array type.

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

Definition at line 287 of file tools.hpp.

Concept definition

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.
Definition concepts.hpp:230
Check if a given type is an nda::MemoryArray of a certain rank.
Definition concepts.hpp:257
BLAS/LAPACK compatible array or conjugate lazy expression type.
Definition tools.hpp:253
BLAS/LAPACK compatible pivot array type that has a compatible address space with the reference array ...
Definition tools.hpp:287
static constexpr bool have_compatible_addr_space
Constexpr variable that is true if all given types have compatible address spaces.