$search

Op_strans

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)

Function Documentation

template<typename T1 >
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.

template<typename eT >
void op_strans::apply ( Mat< eT > &  out,
const Mat< eT > &  A 
) [inline, static, inherited]

Definition at line 148 of file op_strans_meat.hpp.

template<typename eT >
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.

template<typename eT >
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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


armadillo_matrix
Author(s): Conrad Sanderson - NICTA (www.nicta.com.au), (Wrapper by Sjoerd van den Dries)
autogenerated on Tue Mar 5 12:27:51 2013