public class Ball extends ParametricModel
Constructor and Description |
---|
Ball()
constructor.
|
Modifier and Type | Method and Description |
---|---|
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, 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 for