Classes | Functions
Subview_field

Classes

class  subview_field< oT >
 

Functions

arma_inline oT & subview_field< oT >::at (const uword row, const uword col)
 
arma_inline const oT & subview_field< oT >::at (const uword row, const uword col) const
 
bool subview_field< oT >::check_overlap (const subview_field &x) const
 
static void subview_field< oT >::extract (field< oT > &out, const subview_field &in)
 X = Y.subfield(...) More...
 
arma_inline oT & subview_field< oT >::operator() (const uword i)
 
arma_inline const oT & subview_field< oT >::operator() (const uword i) const
 
arma_inline oT & subview_field< oT >::operator() (const uword row, const uword col)
 
arma_inline const oT & subview_field< oT >::operator() (const uword row, const uword col) const
 
void subview_field< oT >::operator= (const field< oT > &x)
 
void subview_field< oT >::operator= (const subview_field &x)
 x.subfield(...) = y.subfield(...) More...
 
arma_inline oT & subview_field< oT >::operator[] (const uword i)
 
arma_inline const oT & subview_field< oT >::operator[] (const uword i) const
 
arma_inline subview_field< oT >::subview_field (const field< oT > &in_f, const uword in_row1, const uword in_col1, const uword in_n_rows, const uword in_n_cols)
 
arma_inline subview_field< oT >::subview_field (field< oT > &in_f, const uword in_row1, const uword in_col1, const uword in_n_rows, const uword in_n_cols)
 
 subview_field< oT >::~subview_field ()
 

Detailed Description

Function Documentation

template<typename oT >
arma_inline oT & subview_field< oT >::at ( const uword  row,
const uword  col 
)

Definition at line 229 of file subview_field_meat.hpp.

template<typename oT >
arma_inline const oT & subview_field< oT >::at ( const uword  row,
const uword  col 
) const

Definition at line 245 of file subview_field_meat.hpp.

template<typename oT >
bool subview_field< oT >::check_overlap ( const subview_field< oT > &  x) const
inline

Definition at line 259 of file subview_field_meat.hpp.

template<typename oT >
void subview_field< oT >::extract ( field< oT > &  out,
const subview_field< oT > &  in 
)
inlinestatic

X = Y.subfield(...)

Definition at line 303 of file subview_field_meat.hpp.

template<typename oT >
arma_inline oT & subview_field< oT >::operator() ( const uword  i)

Definition at line 165 of file subview_field_meat.hpp.

template<typename oT >
arma_inline const oT & subview_field< oT >::operator() ( const uword  i) const

Definition at line 183 of file subview_field_meat.hpp.

template<typename oT >
arma_inline oT & subview_field< oT >::operator() ( const uword  row,
const uword  col 
)

Definition at line 200 of file subview_field_meat.hpp.

template<typename oT >
arma_inline const oT & subview_field< oT >::operator() ( const uword  row,
const uword  col 
) const

Definition at line 215 of file subview_field_meat.hpp.

template<typename oT >
void subview_field< oT >::operator= ( const field< oT > &  x)
inline

Definition at line 76 of file subview_field_meat.hpp.

template<typename oT >
void subview_field< oT >::operator= ( const subview_field< oT > &  x)
inline

x.subfield(...) = y.subfield(...)

Definition at line 99 of file subview_field_meat.hpp.

template<typename oT >
arma_inline oT & subview_field< oT >::operator[] ( const uword  i)

Definition at line 133 of file subview_field_meat.hpp.

template<typename oT >
arma_inline const oT & subview_field< oT >::operator[] ( const uword  i) const

Definition at line 150 of file subview_field_meat.hpp.

template<typename oT >
arma_inline subview_field< oT >::subview_field ( const field< oT > &  in_f,
const uword  in_row1,
const uword  in_col1,
const uword  in_n_rows,
const uword  in_n_cols 
)
protected

Definition at line 30 of file subview_field_meat.hpp.

template<typename oT >
arma_inline subview_field< oT >::subview_field ( field< oT > &  in_f,
const uword  in_row1,
const uword  in_col1,
const uword  in_n_rows,
const uword  in_n_cols 
)
protected

Definition at line 53 of file subview_field_meat.hpp.

template<typename oT >
subview_field< oT >::~subview_field ( )
inline

Definition at line 20 of file subview_field_meat.hpp.



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