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>#include <o2scl/err_hnd.h>Go to the source code of this file.
Classes | |
| class | o2scl::funct_string |
| One-dimensional function from a string. More... | |
| class | o2scl::funct_gsl |
| A wrapper to specify o2scl::funct objects to GSL. More... | |
| class | o2scl::funct2_string |
| Two-dimensional function from a string. More... | |
Namespaces | |
| o2scl | |
| The main O2scl namespace. | |
Typedefs | |
| typedef std::function< double(double)> | o2scl::funct |
| One-dimensional function typedef in src/base/funct.h. | |
| typedef std::function< long double(long double)> | o2scl::funct_ld |
| One-dimensional function typedef in src/base/funct.h. | |
| typedef std::function< boost::multiprecision::cpp_dec_float_50(boost::multiprecision::cpp_dec_float_50)> | o2scl::funct_cdf50 |
| One-dimensional function typedef in src/base/funct.h. More... | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).