IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Classes | |
interface | IG.Num.IFunc3d |
Represents scalar functions of 2 variables. More... | |
class | IG.Num.Func3dBaseNoHessian |
Base class for scalar functions of 3 variables (implementations of the IFunc3d interface). that do not implement calculation of the Hessian (second derivatives). More... | |
class | IG.Num.Func3dBaseNoGradient |
Base class for scalar functions of 3 variables (implementations of the IFunc3d interface). that do not implement calculation of function Hessian (second derivatives) or gradient. More... | |
class | IG.Num.Func3dBase |
Base class for scalar functions of 3 variables (base for implementation of IFunc3d interface). More... | |
class | IG.Num.Func3dVectorFormBase |
Base class for scalar functions of 3 variables (base for implementation of IFunc3d interface). More... | |
class | IG.Num.Func3dLinear |
Linear (Affine) function of 3 variables. More... | |
class | IG.Num.Func3dQuadratic |
Quadratic function of 3 variables. More... | |
class | IG.Num.Func3dExamples |
Example classes of type Func3dBase. More... | |
class | IG.Num.Func3dExamples.Func3dXYZ |
Function f(x, y, z) = x * y * z. More... | |
Namespaces | |
package | IG.Num |