|
|
<< Weight | index | functions reference >> DECIDE referenceDECIDE__Zenith_Nadirshort DECIDE__Zenith_Nadir( * double * Results,
* const long * ResultsSize,
* const short * RowsCount,
* const short * ColumnsCount,
* const double * Decisionmatrix,
* const short * Mode)
Computes the zenith and nadir for a given matrix. pshMode = 0 computes the anti-zentih pshMode = 1 computes the nadir pshMode = 2 computes the zenith return value : * 0 : completed successfully
* 1 : null pointer in first parameter
* 2 : null pointer in second parameter
* 3 : null pointer in third parameter
* 4 : null pointer in fourth parameter
* 5 : null pointer in fifth parameter
* 6 : null pointer in sixth parameter
* 101 : ResultsSize too small
* 102 : invalid Mode
* 900 : malloc() failed
* 901 : internal call to DECIDE_PayoffMatrix failed
<< Weight | index | functions reference >>
|