|
fmatvec
0.0.0
|
Public Member Functions | |
| FunctionWrap1MatRetToScalar (const std::shared_ptr< Function< RetN(ArgN)> > &func_, int row_, int col_) | |
| double | operator() (const ArgN &arg) override |
| double | dirDer (const ArgN &argDir, const ArgN &arg) override |
| double | dirDerDirDer (const ArgN &argDir_1, const ArgN &argDir_2, const ArgN &arg) override |
Private Attributes | |
| std::shared_ptr< Function< RetN(ArgN)> > | func |
| int | row |
| int | col |