void syten::transpose_r2_lib | ( | ConstSpan< Scalar > const | inp, |
MutSpan< Scalar > | out, | ||
Index const | inp_rows, | ||
Index const | inp_cols, | ||
Conj const | conj = Conj::n() |
||
) |
Entry point for library-backed transposition of arrays.
If no suitable library is available, calls the direct method.
References conj(), conj_inplace(), transpose_r2_direct(), and syten::YesNo< struct _prod_conj >::y().
Referenced by transpose_r2().