Uses of Interface
de.gsi.math.storage.VoxelArrayND
-
Packages that use VoxelArrayND Package Description de.gsi.math.fitter de.gsi.math.storage -
-
Uses of VoxelArrayND in de.gsi.math.fitter
Fields in de.gsi.math.fitter declared as VoxelArrayND Modifier and Type Field Description protected VoxelArrayNDNonLinearRegressionFitter2. residualDeprecated.protected VoxelArrayNDNonLinearRegressionFitter2. residualWDeprecated.protected VoxelArrayNDNonLinearRegressionFitter2. weightDeprecated.protected VoxelArrayNDNonLinearRegressionFitter2. xDataDeprecated.protected VoxelArrayNDNonLinearRegressionFitter2. yCalcDeprecated.protected VoxelArrayNDNonLinearRegressionFitter2. yDataDeprecated.Methods in de.gsi.math.fitter that return VoxelArrayND Modifier and Type Method Description protected VoxelArrayNDNonLinearRegressionFitter2. checkForZeroWeights(VoxelArrayND weights)Deprecated.Check entered weights for zeros.Methods in de.gsi.math.fitter with parameters of type VoxelArrayND Modifier and Type Method Description protected VoxelArrayNDNonLinearRegressionFitter2. checkForZeroWeights(VoxelArrayND weights)Deprecated.Check entered weights for zeros.voidNonLinearRegressionFitter2. setData(VoxelArrayND xData, VoxelArrayND yData, VoxelArrayND weights)Deprecated.protected static booleanNonLinearRegressionFitter2. setTrueFreqWeights(VoxelArrayND yData, VoxelArrayND weight)Deprecated.Constructors in de.gsi.math.fitter with parameters of type VoxelArrayND Constructor Description NonLinearRegressionFitter2(VoxelArrayND xData, VoxelArrayND yData, VoxelArrayND weights)Deprecated.Constructor with data with x as 1D array and weights provided -
Uses of VoxelArrayND in de.gsi.math.storage
Classes in de.gsi.math.storage that implement VoxelArrayND Modifier and Type Class Description classDoubleStorage1DclassDoubleStorageNDMethods in de.gsi.math.storage that return VoxelArrayND Modifier and Type Method Description VoxelArrayNDDoubleStorage1D. copy()VoxelArrayNDDoubleStorageND. copy()VoxelArrayNDVoxelArrayND. copy()
-