fmatvec  0.0.0
fmatvec::FunctionWrap1MatRetToScalar< RetN, ArgN > Class Template Reference
Inheritance diagram for fmatvec::FunctionWrap1MatRetToScalar< RetN, ArgN >:
[legend]

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
 

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