IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
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...
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 () |
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;
IG::Num::Func3d2dBaseNoHessian::Func3d2dBaseNoHessian | ( | ) | [inline, protected] |
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.