public class Ball extends ParametricModel
Constructor and Description |
---|
Ball()
constructor.
|
Modifier and Type | Method and Description |
---|---|
RealMatrix |
getJacobian(double[] modParams,
DW_Scheme scheme)
Compute the jacobian of the signal.
|
double |
getSignal(double[] params,
DW_Scheme scheme,
int i)
generates signals from this compartment for each line
in the scheme given.
|
RealMatrix |
getSignals(double[] params,
DW_Scheme scheme)
generates signals from this compartment for each line
in the scheme given.
|
getJacobian_old, getJacobian, numParams
public Ball()
params
- params arraypublic RealMatrix getSignals(double[] params, DW_Scheme scheme)
getSignals
in class ParametricModel
scheme
- scan specificsparams
- The model parameterspublic double getSignal(double[] params, DW_Scheme scheme, int i)
getSignal
in class ParametricModel
scheme
- scan specificsparams
- The model parametersi
- Index of the scheme entry to compute the signal forpublic RealMatrix getJacobian(double[] modParams, DW_Scheme scheme)
getJacobian
in class ParametricModel
params
- the model parameter settingsscheme
- scan specifics