IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::Func2dBaseNoGradient Class Reference

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. Beside the IFunc2dinterface, this class also implements the IScalarFunctioninterface. This does not affect efficiency but adds the functionality for using objects as general (untransformed) scalar functions. More...

Inheritance diagram for IG::Num::Func2dBaseNoGradient:
Collaboration diagram for IG::Num::Func2dBaseNoGradient:

List of all members.

Public Member Functions

 Func2dBaseNoGradient ()
override void Gradient (double x, double y, out double gradx, out double grady)
 Function for calculating function gradient, just throws the NotImplementedException exception.
override void Hessian (double x, double y, out double dxx, out double dyy, out double dxy)
 Function for calculating function Hessian, just throws the NotImplementedException exception.

Detailed Description

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.

Beside the IFunc2d

interface, this class also implements the IScalarFunction

interface. This does not affect efficiency but adds the functionality for using objects as general (untransformed) scalar functions.

$A Igor Apr09;


Constructor & Destructor Documentation

IG::Num::Func2dBaseNoGradient::Func2dBaseNoGradient ( ) [inline]

Member Function Documentation

override void IG::Num::Func2dBaseNoGradient::Gradient ( double  x,
double  y,
out double  gradx,
out double  grady 
) [inline]

Function for calculating function gradient, just throws the NotImplementedException exception.

Implements IG::Num::IFunc2d.

override void IG::Num::Func2dBaseNoGradient::Hessian ( double  x,
double  y,
out double  dxx,
out double  dyy,
out double  dxy 
) [inline]

Function for calculating function Hessian, just throws the NotImplementedException exception.

Implements IG::Num::IFunc2d.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events