$search

op_min Class Reference
[Op_min]

Class for finding minimum values in a matrix. More...

#include <op_min_bones.hpp>

List of all members.

Static Public Member Functions

template<typename T1 >
static void apply (Mat< typename T1::elem_type > &out, const Op< T1, op_min > &in)
 For each row or for each column, find the minimum value. The result is stored in a dense matrix that has either one column or one row. The dimension, for which the minima are found, is set via the min() function.
template<typename T >
static std::complex< T > direct_min (const diagview< std::complex< T > > &X)
template<typename T >
static std::complex< T > direct_min (const subview< std::complex< T > > &X)
template<typename T >
static std::complex< T > direct_min (const Mat< std::complex< T > > &X, const uword row)
template<typename T >
static std::complex< T > direct_min (const std::complex< T > *const X, const uword n_elem, uword &index_of_min_val)
template<typename T >
static std::complex< T > direct_min (const std::complex< T > *const X, const uword n_elem)
template<typename eT >
static eT direct_min (const diagview< eT > &X)
template<typename eT >
static eT direct_min (const subview< eT > &X)
template<typename eT >
static eT direct_min (const Mat< eT > &X, const uword row)
template<typename eT >
static eT direct_min (const eT *const X, const uword N, uword &index_of_min_val)
template<typename eT >
static eT direct_min (const eT *const X, const uword N)

Detailed Description

Class for finding minimum values in a matrix.

Definition at line 19 of file op_min_bones.hpp.


The documentation for this class was generated from the following files:
 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:58 2013