#include <eleme.h>
Public Member Functions | |
Function (double(*formula)(double x)) | |
Function (double(*formula)(double x, double y, double z)) | |
Function (double(*formula)(double x, double y, double z, double w)) | |
template<class A> | |
DExpr< DExprFunc1< A > > | operator() (A a) |
DExpr< DExprFunc1< DExprLIT > > | operator() (double x) |
DExpr< DExprFunc1< DExprVAR > > | operator() (Variable &a) |
template<class A, class B, class C> | |
DExpr< DExprFunc3< A, B, C > > | operator() (A a, B b, C c) |
DExpr< DExprFunc3< DExprVAR, DExprVAR, DExprVAR > > | operator() (Variable &a, Variable &b, Variable &c) |
template<class A, class B, class C, class D> | |
DExpr< DExprFunc4< A, B, C, D > > | operator() (A a, B b, C c, D d) |
Definition at line 751 of file eleme.h.
|
|
|
|
|
|
|
Definition at line 806 of file eleme.h. References endl(). Here is the call graph for this function: |
|
Definition at line 797 of file eleme.h. Here is the call graph for this function: |
|
Definition at line 792 of file eleme.h. References endl(). Here is the call graph for this function: |
|
Definition at line 785 of file eleme.h. Here is the call graph for this function: |
|
Definition at line 780 of file eleme.h. References endl(). Here is the call graph for this function: |
|
Definition at line 775 of file eleme.h. References endl(). Here is the call graph for this function: |