35 return gsl::vector( static_cast<size_t>( 0 ) ); }
Namespace to hold concrete functions.
gsl::matrix hessian(gsl::vector const &vector)
The function operator: returns the Hessian: a matrix of 0s.
double operator()(gsl::vector const &vector)
The function operator: returns 0.
gsl::vector gradient(gsl::vector const &vector)
The function operator: returns a vector of 0s.
NullFunction()
Specify a constructor argument if you want to be able to check the size of the argument in a Model Ob...