$search
Classes | |
class | op_strans |
'matrix transpose' operation More... | |
Functions | |
template<typename T1 > | |
static void | op_strans::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_strans > &in) |
template<typename eT > | |
static void | op_strans::apply (Mat< eT > &out, const Mat< eT > &A) |
template<typename eT > | |
static void | op_strans::apply_noalias (Mat< eT > &out, const Mat< eT > &A) |
Immediate transpose of a dense matrix. | |
template<typename eT > | |
static void | op_strans::apply_noalias_tinysq (Mat< eT > &out, const Mat< eT > &A) |
for tiny square matrices (size <= 4x4) |
void op_strans::apply | ( | Mat< typename T1::elem_type > & | out, | |
const Op< T1, op_strans > & | in | |||
) | [inline, static, inherited] |
Definition at line 200 of file op_strans_meat.hpp.
void op_strans::apply | ( | Mat< eT > & | out, | |
const Mat< eT > & | A | |||
) | [inline, static, inherited] |
Definition at line 148 of file op_strans_meat.hpp.
void op_strans::apply_noalias | ( | Mat< eT > & | out, | |
const Mat< eT > & | A | |||
) | [inline, static, inherited] |
Immediate transpose of a dense matrix.
Definition at line 98 of file op_strans_meat.hpp.
void op_strans::apply_noalias_tinysq | ( | Mat< eT > & | out, | |
const Mat< eT > & | A | |||
) | [inline, static, inherited] |
for tiny square matrices (size <= 4x4)
Definition at line 23 of file op_strans_meat.hpp.