Classes | Functions
Op_htrans

Classes

class  op_htrans
 'hermitian transpose' operation More...
 
class  op_htrans2
 

Functions

template<typename eT >
static arma_inline void op_htrans::apply (Mat< eT > &out, const Mat< eT > &A, const typename arma_not_cx< eT >::result *junk=0)
 
template<typename eT >
static void op_htrans::apply (Mat< eT > &out, const Mat< eT > &A, const typename arma_cx_only< eT >::result *junk=0)
 
template<typename T1 >
static void op_htrans::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_htrans > &in)
 
template<typename T1 >
static void op_htrans::apply (Mat< typename T1::elem_type > &out, const Op< Op< T1, op_trimat >, op_htrans > &in)
 
template<typename T1 >
static void op_htrans2::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_htrans2 > &in)
 
template<typename eT >
static arma_inline void op_htrans::apply_noalias (Mat< eT > &out, const Mat< eT > &A, const typename arma_not_cx< eT >::result *junk=0)
 
template<typename eT >
static void op_htrans::apply_noalias (Mat< eT > &out, const Mat< eT > &A, const typename arma_cx_only< eT >::result *junk=0)
 

Detailed Description

Function Documentation

template<typename eT >
arma_inline void op_htrans::apply ( Mat< eT > &  out,
const Mat< eT > &  A,
const typename arma_not_cx< eT >::result *  junk = 0 
)
static

Definition at line 63 of file op_htrans_meat.hpp.

template<typename eT >
void op_htrans::apply ( Mat< eT > &  out,
const Mat< eT > &  A,
const typename arma_cx_only< eT >::result *  junk = 0 
)
inlinestatic

Definition at line 76 of file op_htrans_meat.hpp.

template<typename T1 >
void op_htrans::apply ( Mat< typename T1::elem_type > &  out,
const Op< T1, op_htrans > &  in 
)
inlinestatic

Definition at line 126 of file op_htrans_meat.hpp.

template<typename T1 >
void op_htrans::apply ( Mat< typename T1::elem_type > &  out,
const Op< Op< T1, op_trimat >, op_htrans > &  in 
)
inlinestatic

Definition at line 143 of file op_htrans_meat.hpp.

template<typename T1 >
void op_htrans2::apply ( Mat< typename T1::elem_type > &  out,
const Op< T1, op_htrans2 > &  in 
)
inlinestatic

Definition at line 162 of file op_htrans_meat.hpp.

template<typename eT >
arma_inline void op_htrans::apply_noalias ( Mat< eT > &  out,
const Mat< eT > &  A,
const typename arma_not_cx< eT >::result *  junk = 0 
)
static

Definition at line 22 of file op_htrans_meat.hpp.

template<typename eT >
void op_htrans::apply_noalias ( Mat< eT > &  out,
const Mat< eT > &  A,
const typename arma_cx_only< eT >::result *  junk = 0 
)
inlinestatic

Definition at line 35 of file op_htrans_meat.hpp.



armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00