IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Function2d.cs File Reference

Classes

interface  IG.Num.IFunc2d
 Represents scalar functions of 2 variables. More...
 
class  IG.Num.Func2dBaseNoHessian
 Base class for scalar functions of 2 variables (implementations of the IFunc2d interface). that do not implement calculation of the Hessian (second derivatives). More...
 
class  IG.Num.Func2dBaseNoGradient
 Base class for scalar functions of 2 variables (implementations of the IFunc2d interface). that do not implement calculation of function Hessian (second derivatives) or gradient. More...
 
class  IG.Num.Func2dBase
 Base class for scalar functions of 2 variables (base for implementation of IFunc2d interface). More...
 
class  IG.Num.Func2dVectorFormBase
 Base class for scalar functions of 2 variables (base for implementation of IFunc2d interface). More...
 
class  IG.Num.Func2dLinear
 Linear (Affine) function of 2 variables. More...
 
class  IG.Num.Func2dQuadratic
 Quadratic function of 2 variables. More...
 
class  IG.Num.Func2dExamples
 Example classes of type Func2dBase. More...
 
class  IG.Num.Func2dExamples.Func2dXY
 Function f(x, y) = x * y. More...
 
class  IG.Num.Func2dBasePlain_ToConsider
 Base class for scalar functions of 2 variables. More...
 

Namespaces

package  IG.Num