public class CylinderGPD extends ParametricModel
Constructor and Description |
---|
CylinderGPD()
constructor.
|
Modifier and Type | Method and Description |
---|---|
RealMatrix |
getJacobian(double[] modParams,
DW_Scheme scheme) |
double |
getSignal(double[] params,
DW_Scheme rawScheme,
int i)
generates signals from this compartment for each line
in the scheme given.
|
RealMatrix |
getSignals(double[] params,
DW_Scheme rawScheme)
generates signals from this compartment for each line
in the scheme given.
|
getJacobian_old, getJacobian, numParams
public CylinderGPD()
params
- arraypublic RealMatrix getSignals(double[] params, DW_Scheme rawScheme)
getSignals
in class ParametricModel
scheme
- scan specificspublic double getSignal(double[] params, DW_Scheme rawScheme, int i)
getSignal
in class ParametricModel
scheme
- scan specificspublic RealMatrix getJacobian(double[] modParams, DW_Scheme scheme)
getJacobian
in class ParametricModel