void syten::transpose_r2_direct | ( | ConstSpan< Scalar > const | inp, |
MutSpan< Scalar > | out, | ||
Index const | inp_rows, | ||
Index const | inp_cols, | ||
Conj const | do_conj = Conj::n() |
||
) |
Direct, naive, error-free transposition.
References conj(), and syten::YesNo< struct _prod_conj >::y().
Referenced by transpose_r2(), and transpose_r2_lib().