MyraMath
Public Member Functions | Public Attributes | List of all members
myra::MatrixExtrema< Number > Class Template Reference

Return type for min() / max() of a Matrix. More...

#include <minmax.h>

Collaboration diagram for myra::MatrixExtrema< Number >:
[legend]

Public Member Functions

 MatrixExtrema (bool in_flag, int in_i, int in_j, Number in_value)
 

Public Attributes

bool flag
 
int i
 
int j
 
Number value
 

Detailed Description

template<class Number>
class myra::MatrixExtrema< Number >

Return type for min() / max() of a Matrix.


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