You must supply this method to calculate the values of and at any point in .
It should be tested separately before being used in conjunction with e04bb.
Syntax
C# |
---|
public delegate void E04BB_FUNCT( double xc, out double fc, out double gc ) |
Visual Basic |
---|
Public Delegate Sub E04BB_FUNCT ( _ xc As Double, _ <OutAttribute> ByRef fc As Double, _ <OutAttribute> ByRef gc As Double _ ) |
Visual C++ |
---|
public delegate void E04BB_FUNCT( double xc, [OutAttribute] double% fc, [OutAttribute] double% gc ) |
F# |
---|
type E04BB_FUNCT = delegate of xc : float * fc : float byref * gc : float byref -> unit |
Parameters
- xc
- Type: System..::..DoubleOn entry: the point at which the values of and are required.
- fc
- Type: System..::..Double%On exit: must be set to the value of the function at the current point .
- gc
- Type: System..::..Double%On exit: must be set to the value of the first derivative at the current point .