Uses of Interface
com.imsl.math.BoundedLeastSquares.Function
Packages that use BoundedLeastSquares.Function
-
Uses of BoundedLeastSquares.Function in com.imsl.math
Constructors in com.imsl.math with parameters of type BoundedLeastSquares.FunctionModifierConstructorDescriptionBoundedLeastSquares(BoundedLeastSquares.Function function, int mFunctions, int nVariables, int boundType, double[] lowerBound, double[] upperBound) Constructor forBoundedLeastSquares.