IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Composition of real functions. More...
Properties | |
double[] | Parameters [get] |
RealFunction[] | Functions [get] |
Private Attributes | |
double[] | _parameters = null |
RealFunction[] | _functions = null |
Composition of real functions.
$A Igor xx;
double [] IG::Num::ComposedFunction::_parameters = null [private] |
RealFunction [] IG::Num::ComposedFunction::_functions = null [private] |
double [] IG::Num::ComposedFunction::Parameters [get] |
RealFunction [] IG::Num::ComposedFunction::Functions [get, private] |