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

IG::Num::Func3d2dBaseNoHessian Class Reference

Base class for 3D vector functions of 2 variables (implementations of the IFunc3d2d interface) that do not implement calculation of the Hessian (second derivatives). More...

Inheritance diagram for IG::Num::Func3d2dBaseNoHessian:
Collaboration diagram for IG::Num::Func3d2dBaseNoHessian:

List of all members.

Public Member Functions

override void Hessian1 (double x, double y, out double dxx, out double dyy, out double dxy)
 Function for calculating Hessian of the first component, just throws the NotImplementedException exception.
override void Hessian2 (double x, double y, out double dxx, out double dyy, out double dxy)
 Function for calculating Hessian of the second component, just throws the NotImplementedException exception.
override void Hessian3 (double x, double y, out double dxx, out double dyy, out double dxy)
 Function for calculating Hessian of the third component, just throws the NotImplementedException exception.

Protected Member Functions

 Func3d2dBaseNoHessian ()

Detailed Description

Base class for 3D vector functions of 2 variables (implementations of the IFunc3d2d interface) that do not implement calculation of the Hessian (second derivatives).

$A Igor Oct09;


Constructor & Destructor Documentation

IG::Num::Func3d2dBaseNoHessian::Func3d2dBaseNoHessian ( ) [inline, protected]

Member Function Documentation

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

Function for calculating Hessian of the first component, just throws the NotImplementedException exception.

Implements IG::Num::IFunc3d2d.

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

Function for calculating Hessian of the second component, just throws the NotImplementedException exception.

Implements IG::Num::IFunc3d2d.

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

Function for calculating Hessian of the third component, just throws the NotImplementedException exception.

Implements IG::Num::IFunc3d2d.


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