public class Dot extends ParametricModel
Constructor and Description |
---|
Dot()
constructor needs array of params.
|
Modifier and Type | Method and Description |
---|---|
double |
getSignal(double[] params,
DW_Scheme scheme,
int i)
return a single signal from the scheme from the dot model
|
RealMatrix |
getSignals(double[] params,
DW_Scheme scheme)
generates signals from this compartment for each line
in the scheme given.
|
getJacobian_old, getJacobian, getJacobian, numParams
public Dot()
params
- arraypublic double getSignal(double[] params, DW_Scheme scheme, int i)
getSignal
in class ParametricModel
params
- The model parametersscheme
- The acquisition schemei
- Index of the scheme entry to compute the signal forpublic RealMatrix getSignals(double[] params, DW_Scheme scheme)
getSignals
in class ParametricModel
scheme
- scan specificsparams
- The model parameters