Classes | Functions
Gen

Classes

class  Gen< eT, gen_type >
 support class for generator functions (eg. zeros, randu, randn, ...) More...
 

Functions

void Gen< eT, gen_type >::apply (Mat< eT > &out) const
 
void GenCube< eT, gen_type >::apply (Cube< eT > &out) const
 
void Gen< eT, gen_type >::apply_inplace_div (Mat< eT > &out) const
 
void GenCube< eT, gen_type >::apply_inplace_div (Cube< eT > &out) const
 
void Gen< eT, gen_type >::apply_inplace_minus (Mat< eT > &out) const
 
void GenCube< eT, gen_type >::apply_inplace_minus (Cube< eT > &out) const
 
void Gen< eT, gen_type >::apply_inplace_plus (Mat< eT > &out) const
 
void GenCube< eT, gen_type >::apply_inplace_plus (Cube< eT > &out) const
 
void Gen< eT, gen_type >::apply_inplace_schur (Mat< eT > &out) const
 
void GenCube< eT, gen_type >::apply_inplace_schur (Cube< eT > &out) const
 
arma_inline eT Gen< eT, gen_type >::at (const uword row, const uword col) const
 
arma_inline eT GenCube< eT, gen_type >::at (const uword row, const uword col, const uword slice) const
 
arma_inline Gen< eT, gen_type >::Gen (const uword in_n_rows, const uword in_n_cols)
 
arma_inline GenCube< eT, gen_type >::GenCube (const uword in_n_rows, const uword in_n_cols, const uword in_n_slices)
 
static arma_inline eT Gen< eT, gen_type >::generate ()
 
static arma_inline eT GenCube< eT, gen_type >::generate ()
 
arma_inline eT Gen< eT, gen_type >::operator[] (const uword i) const
 
arma_inline eT GenCube< eT, gen_type >::operator[] (const uword i) const
 
arma_inline Gen< eT, gen_type >::~Gen ()
 
arma_inline GenCube< eT, gen_type >::~GenCube ()
 

Detailed Description

Function Documentation

template<typename eT , typename gen_type >
void Gen< eT, gen_type >::apply ( Mat< eT > &  out) const
inline

Definition at line 90 of file Gen_meat.hpp.

template<typename eT , typename gen_type >
void GenCube< eT, gen_type >::apply ( Cube< eT > &  out) const
inline

Definition at line 77 of file GenCube_meat.hpp.

template<typename eT , typename gen_type >
void Gen< eT, gen_type >::apply_inplace_div ( Mat< eT > &  out) const
inline

Definition at line 248 of file Gen_meat.hpp.

template<typename eT , typename gen_type >
void GenCube< eT, gen_type >::apply_inplace_div ( Cube< eT > &  out) const
inline

Definition at line 194 of file GenCube_meat.hpp.

template<typename eT , typename gen_type >
void Gen< eT, gen_type >::apply_inplace_minus ( Mat< eT > &  out) const
inline

Definition at line 155 of file Gen_meat.hpp.

template<typename eT , typename gen_type >
void GenCube< eT, gen_type >::apply_inplace_minus ( Cube< eT > &  out) const
inline

Definition at line 128 of file GenCube_meat.hpp.

template<typename eT , typename gen_type >
void Gen< eT, gen_type >::apply_inplace_plus ( Mat< eT > &  out) const
inline

Definition at line 109 of file Gen_meat.hpp.

template<typename eT , typename gen_type >
void GenCube< eT, gen_type >::apply_inplace_plus ( Cube< eT > &  out) const
inline

Definition at line 95 of file GenCube_meat.hpp.

template<typename eT , typename gen_type >
void Gen< eT, gen_type >::apply_inplace_schur ( Mat< eT > &  out) const
inline

Definition at line 201 of file Gen_meat.hpp.

template<typename eT , typename gen_type >
void GenCube< eT, gen_type >::apply_inplace_schur ( Cube< eT > &  out) const
inline

Definition at line 161 of file GenCube_meat.hpp.

template<typename eT , typename gen_type >
arma_inline eT Gen< eT, gen_type >::at ( const uword  row,
const uword  col 
) const

Definition at line 73 of file Gen_meat.hpp.

template<typename eT , typename gen_type >
arma_inline eT GenCube< eT, gen_type >::at ( const uword  row,
const uword  col,
const uword  slice 
) const

Definition at line 67 of file GenCube_meat.hpp.

template<typename eT , typename gen_type >
arma_inline Gen< eT, gen_type >::Gen ( const uword  in_n_rows,
const uword  in_n_cols 
)

Definition at line 21 of file Gen_meat.hpp.

template<typename eT , typename gen_type >
arma_inline GenCube< eT, gen_type >::GenCube ( const uword  in_n_rows,
const uword  in_n_cols,
const uword  in_n_slices 
)

Definition at line 21 of file GenCube_meat.hpp.

template<typename eT , typename gen_type >
arma_inline eT Gen< eT, gen_type >::generate ( )
static

Definition at line 42 of file Gen_meat.hpp.

template<typename eT , typename gen_type >
arma_inline eT GenCube< eT, gen_type >::generate ( )
static

Definition at line 43 of file GenCube_meat.hpp.

template<typename eT , typename gen_type >
arma_inline eT Gen< eT, gen_type >::operator[] ( const uword  i) const

Definition at line 56 of file Gen_meat.hpp.

template<typename eT , typename gen_type >
arma_inline eT GenCube< eT, gen_type >::operator[] ( const uword  i) const

Definition at line 57 of file GenCube_meat.hpp.

template<typename eT , typename gen_type >
arma_inline Gen< eT, gen_type >::~Gen ( )

Definition at line 32 of file Gen_meat.hpp.

template<typename eT , typename gen_type >
arma_inline GenCube< eT, gen_type >::~GenCube ( )

Definition at line 33 of file GenCube_meat.hpp.



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