Function object classes for one-dimensional functions. More...
#include <string>
#include <functional>
#include <gsl/gsl_math.h>
#include <boost/numeric/ublas/vector.hpp>
#include <o2scl/shunting_yard.h>
Go to the source code of this file.
Classes | |
class | o2scl::funct11_string |
One-dimensional function from a string. More... | |
class | o2scl::funct_gsl |
A wrapper to specify o2scl::funct11 objects to GSL. More... | |
Namespaces | |
o2scl | |
The main O2scl namespace. | |
Typedefs | |
typedef std::function< double(double)> | o2scl::funct11 |
One-dimensional function typedef. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).