public class AuxDri
extends java.lang.Object
Constructor and Description |
---|
AuxDri(DatanUserFunction luf,
DatanVector t,
DatanVector y,
int[] list) |
Modifier and Type | Method and Description |
---|---|
DatanMatrix |
getMatrixOfDerivatives(DatanVector xin) |
public AuxDri(DatanUserFunction luf, DatanVector t, DatanVector y, int[] list)
luf
- user function which must be an extension of the abstract class DatanUserFunction.t
- vector of controlled variables.y
- vector of measured values.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 getMatrixOfDerivatives(DatanVector xin)
xin
- position in n-space, where gradient is to be computed.