public class AuxHesse
extends java.lang.Object
Constructor and Description |
---|
AuxHesse(DatanUserFunction muf,
int[] list) |
Modifier and Type | Method and Description |
---|---|
DatanMatrix |
getHessian(DatanVector xin) |
public AuxHesse(DatanUserFunction muf, int[] list)
muf
- user function which must be an extension of the abstract class DatanUserFunction.list
- array containing the elements of a list specifying which of the n variables are fixed (list element = 0) and
which are adjustable (list element = 1).public DatanMatrix getHessian(DatanVector xin)
xin
- position in n-space, for which Hessian is to be computed.