|
MOCHA
0.9
|
#include <mathprog.h>
Public Member Functions | |
| FunctionalGeneral (double(*tempFct)(Matrix M)) | |
| ~FunctionalGeneral () | |
| double | Evaluate (Matrix M) |
Protected Attributes | |
| double(* | BalFct )(Matrix M) |
| FunctionalGeneral::FunctionalGeneral | ( | double(*)(Matrix M) | tempFct | ) |
| double FunctionalGeneral::Evaluate | ( | Matrix | M | ) | [virtual] |
Implements Functional.
double(* FunctionalGeneral::BalFct)(Matrix M) [protected] |
1.7.6.1