Package | Description |
---|---|
flimlib |
Modifier and Type | Method and Description |
---|---|
static FitType |
FitType.swigToEnum(int swigValue) |
static FitType |
FitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FitType[] |
FitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
FLIMLib.GCI_marquardt_global_exps_instr(float xincr,
Float2DMatrix trans,
int fit_start,
int fit_end,
float[] instr,
NoiseType noise,
float[] sig,
FitType ftype,
Float2DMatrix param,
boolean[] paramfree,
RestrainType restrain,
float chisq_delta,
Float2DMatrix fitted,
Float2DMatrix residuals,
float[] chisq_trans,
float[] chisq_global,
int[] df,
int drop_bad_transients) |
static int |
FLIMLib.GCI_SPA_1D_marquardt_global_exps_instr(float xincr,
Float2DMatrix trans,
int fit_start,
int fit_end,
float[] instr,
NoiseType noise,
float[] sig,
FitType ftype,
Float2DMatrix param,
boolean[] paramfree,
RestrainType restrain,
float chisq_delta,
int drop_bad_transients,
int spa_param,
int spa_nvalues,
float spa_low,
float spa_high,
float[] chisq_global,
int[] df) |
static int |
FLIMLib.GCI_SPA_2D_marquardt_global_exps_instr(float xincr,
Float2DMatrix trans,
int fit_start,
int fit_end,
float[] instr,
NoiseType noise,
float[] sig,
FitType ftype,
Float2DMatrix param,
boolean[] paramfree,
RestrainType restrain,
float chisq_delta,
int drop_bad_transients,
int spa_param1,
int spa_nvalues1,
float spa_low1,
float spa_high1,
int spa_param2,
int spa_nvalues2,
float spa_low2,
float spa_high2,
Float2DMatrix chisq_global,
Int2DMatrix df) |
Copyright © 2015–2022 FLIMLib. All rights reserved.