Public Member Functions | List of all members
nmx::gsl::mat::IMMinMax< T > Class Template Reference

The IMMinMax class Suche das minimale und maximale Element einer Matrix. More...

#include <xmatrix2.h>

Inheritance diagram for nmx::gsl::mat::IMMinMax< T >:
nmx::gsl::IGslContainer< T, gsl_matrix, 3 >

Public Member Functions

double min () const
 min suche minimales Element More...
 
double max () const
 max suche maximales Element More...
 
auto min_max () const
 min_max suche gleichzeitig minimales und maximales Element More...
 
auto max_index () const
 max_index Position des maximalen Elements More...
 
auto min_index () const
 min_index Position des minimalen Elements More...
 
auto min_max_idx () const
 min_max_idx Position des minimalen und maximalen Elements More...
 
- Public Member Functions inherited from nmx::gsl::IGslContainer< T, gsl_matrix, 3 >
const gsl_matrix * gsl () const
 ermöglicht direkten Zugriff auf gsl-Funktionen More...
 
gsl_matrix * gsl ()
 gsl_vec ermöglicht direkten Zugriff auf gsl-Funktionen More...
 

Detailed Description

template<class T>
class nmx::gsl::mat::IMMinMax< T >

The IMMinMax class Suche das minimale und maximale Element einer Matrix.

Definition at line 12 of file xmatrix2.h.

Member Function Documentation

◆ max()

template<class T>
double nmx::gsl::mat::IMMinMax< T >::max ( ) const
inline

max suche maximales Element

Returns
das maximale Element

Definition at line 28 of file xmatrix2.h.

◆ max_index()

template<class T>
auto nmx::gsl::mat::IMMinMax< T >::max_index ( ) const
inline

max_index Position des maximalen Elements

Returns
(i,j) als std::pair

Definition at line 44 of file xmatrix2.h.

◆ min()

template<class T>
double nmx::gsl::mat::IMMinMax< T >::min ( ) const
inline

min suche minimales Element

Returns
das minimale Element

Definition at line 22 of file xmatrix2.h.

◆ min_index()

template<class T>
auto nmx::gsl::mat::IMMinMax< T >::min_index ( ) const
inline

min_index Position des minimalen Elements

Returns
(i,j) als std::pair

Definition at line 54 of file xmatrix2.h.

◆ min_max()

template<class T>
auto nmx::gsl::mat::IMMinMax< T >::min_max ( ) const
inline

min_max suche gleichzeitig minimales und maximales Element

Returns
beide Werte als std::pair

Definition at line 34 of file xmatrix2.h.

◆ min_max_idx()

template<class T>
auto nmx::gsl::mat::IMMinMax< T >::min_max_idx ( ) const
inline

min_max_idx Position des minimalen und maximalen Elements

Returns
geschachteltes std::pair

Definition at line 65 of file xmatrix2.h.


The documentation for this class was generated from the following file: