Clipper
|
object holding the basis function and its first two derivatives More...
#include <resol_fn.h>
Public Member Functions | |
Fderiv () | |
null constructor | |
Fderiv (const int &np) | |
Public Attributes | |
ftype | f |
value of function | |
std::vector< ftype > | df |
first derivative vector w.r.t params | |
Matrix | df2 |
second derivative matrix w.r.t params |
object holding the basis function and its first two derivatives