|
C++ Mathematical Expression Toolkit (ExprTk) release
|
#include <exprtk.hpp>
Classes | |
| struct | poly_impl |
| struct | poly_impl< Type, 1 > |
| struct | poly_impl< Type, 10 > |
| struct | poly_impl< Type, 11 > |
| struct | poly_impl< Type, 12 > |
| struct | poly_impl< Type, 2 > |
| struct | poly_impl< Type, 3 > |
| struct | poly_impl< Type, 4 > |
| struct | poly_impl< Type, 5 > |
| struct | poly_impl< Type, 6 > |
| struct | poly_impl< Type, 7 > |
| struct | poly_impl< Type, 8 > |
| struct | poly_impl< Type, 9 > |
Public Member Functions | |
| polynomial () | |
| virtual | ~polynomial () |
| virtual T | operator() (const T &x, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c3, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c4, const T &c3, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c5, const T &c4, const T &c3, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c6, const T &c5, const T &c4, const T &c3, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c7, const T &c6, const T &c5, const T &c4, const T &c3, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c8, const T &c7, const T &c6, const T &c5, const T &c4, const T &c3, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c9, const T &c8, const T &c7, const T &c6, const T &c5, const T &c4, const T &c3, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c10, const T &c9, const T &c8, const T &c7, const T &c6, const T &c5, const T &c4, const T &c3, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c11, const T &c10, const T &c9, const T &c8, const T &c7, const T &c6, const T &c5, const T &c4, const T &c3, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() (const T &x, const T &c12, const T &c11, const T &c10, const T &c9, const T &c8, const T &c7, const T &c6, const T &c5, const T &c4, const T &c3, const T &c2, const T &c1, const T &c0) |
| virtual T | operator() () |
| virtual T | operator() (const T &) |
| virtual T | operator() (const T &, const T &) |
Public Member Functions inherited from exprtk::ifunction< T > | |
| ifunction (const std::size_t &pc) | |
| virtual | ~ifunction () |
| virtual T | operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &) |
| virtual T | operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &) |
| virtual T | operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &) |
| virtual T | operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &) |
| virtual T | operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &) |
| virtual T | operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &) |
Public Member Functions inherited from exprtk::function_traits | |
| function_traits () | |
| bool & | allow_zero_parameters () |
| bool & | has_side_effects () |
| std::size_t & | min_num_args () |
| std::size_t & | max_num_args () |
Additional Inherited Members | |
Public Attributes inherited from exprtk::ifunction< T > | |
| std::size_t | param_count |
Definition at line 42672 of file exprtk.hpp.
|
inline |
Definition at line 42822 of file exprtk.hpp.
References exprtk::disable_has_side_effects().
|
inlinevirtual |
Definition at line 42828 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42909 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42914 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42919 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42834 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42886 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42893 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42900 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42839 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42844 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42849 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42855 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42861 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42867 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42873 of file exprtk.hpp.
References poly_rtrn.
|
inlinevirtual |
Reimplemented from exprtk::ifunction< T >.
Definition at line 42879 of file exprtk.hpp.
References poly_rtrn.