The IMMinMax class Suche das minimale und maximale Element einer Matrix.
More...
#include <xmatrix2.h>
|
| 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...
|
| |
| 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...
|
| |
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.
◆ max()
max suche maximales Element
- Returns
- das maximale Element
Definition at line 28 of file xmatrix2.h.
◆ max_index()
max_index Position des maximalen Elements
- Returns
- (i,j) als std::pair
Definition at line 44 of file xmatrix2.h.
◆ min()
min suche minimales Element
- Returns
- das minimale Element
Definition at line 22 of file xmatrix2.h.
◆ min_index()
min_index Position des minimalen Elements
- Returns
- (i,j) als std::pair
Definition at line 54 of file xmatrix2.h.
◆ min_max()
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()
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: