Functions
Fn_min

Functions

template<typename T1 >
arma_inline const Op< T1, op_minmin (const Base< typename T1::elem_type, T1 > &X, const uword dim=0)
 Delayed 'minimum values' operation. The dimension, along which the minima are found, is set via 'dim'. For dim = 0, the minimum value of each column is found (i.e. searches by traversing across rows). For dim = 1, the minimum value of each row is found (i.e. searches by traversing across columns). The default is dim = 0.
template<typename eT >
arma_warn_unused eT min (const Row< eT > &A)
 Immediate 'find the minimum value in a row vector' operation.
template<typename eT >
arma_warn_unused eT min (const Col< eT > &A)
 Immediate 'find the minimum value in a column vector'.
template<typename T1 >
arma_warn_unused T1::elem_type min (const Op< T1, op_min > &in)
 Immediate 'find minimum value' operation, invoked, for example, by: min(min(A))
template<typename T1 >
const Op< Op< T1, op_min >
, op_min
min (const Op< T1, op_min > &in, const uword dim)
template<typename eT >
arma_warn_unused eT min (const subview_row< eT > &A)
template<typename eT >
arma_warn_unused eT min (const subview_col< eT > &A)
template<typename eT >
arma_warn_unused eT min (const diagview< eT > &A)
template<typename eT >
arma_warn_unused eT min (const Op< subview< eT >, op_min > &in)
template<typename eT , typename T1 >
arma_warn_unused eT min (const subview_elem1< eT, T1 > &A)

Function Documentation

template<typename T1 >
arma_inline const Op<T1, op_min> min ( const Base< typename T1::elem_type, T1 > &  X,
const uword  dim = 0 
)

Delayed 'minimum values' operation. The dimension, along which the minima are found, is set via 'dim'. For dim = 0, the minimum value of each column is found (i.e. searches by traversing across rows). For dim = 1, the minimum value of each row is found (i.e. searches by traversing across columns). The default is dim = 0.

Definition at line 27 of file fn_min.hpp.

template<typename eT >
arma_warn_unused eT min ( const Row< eT > &  A) [inline]

Immediate 'find the minimum value in a row vector' operation.

Definition at line 40 of file fn_min.hpp.

template<typename eT >
arma_warn_unused eT min ( const Col< eT > &  A) [inline]

Immediate 'find the minimum value in a column vector'.

Definition at line 58 of file fn_min.hpp.

template<typename T1 >
arma_warn_unused T1::elem_type min ( const Op< T1, op_min > &  in) [inline]

Immediate 'find minimum value' operation, invoked, for example, by: min(min(A))

Definition at line 78 of file fn_min.hpp.

template<typename T1 >
const Op< Op<T1, op_min>, op_min> min ( const Op< T1, op_min > &  in,
const uword  dim 
) [inline]

Definition at line 100 of file fn_min.hpp.

template<typename eT >
arma_warn_unused eT min ( const subview_row< eT > &  A) [inline]

Definition at line 113 of file fn_min.hpp.

template<typename eT >
arma_warn_unused eT min ( const subview_col< eT > &  A) [inline]

Definition at line 128 of file fn_min.hpp.

template<typename eT >
arma_warn_unused eT min ( const diagview< eT > &  A) [inline]

Definition at line 143 of file fn_min.hpp.

template<typename eT >
arma_warn_unused eT min ( const Op< subview< eT >, op_min > &  in) [inline]

Definition at line 158 of file fn_min.hpp.

template<typename eT , typename T1 >
arma_warn_unused eT min ( const subview_elem1< eT, T1 > &  A) [inline]

Definition at line 176 of file fn_min.hpp.



armadillo_matrix
Author(s): Conrad Sanderson - NICTA (www.nicta.com.au), (Wrapper by Sjoerd van den Dries)
autogenerated on Tue Jan 7 2014 11:42:07