Uses of Class
org.ojalgo.type.context.NumberContext
-
Packages that use NumberContext Package Description org.ojalgo.array org.ojalgo.data.cluster org.ojalgo.data.domain.finance.portfolio Classes in this package relate to modelling of financial investment portfolios, and Modern Portfolio Theory.org.ojalgo.function org.ojalgo.function.polynomial org.ojalgo.function.series org.ojalgo.matrix org.ojalgo.matrix.decomposition org.ojalgo.matrix.store org.ojalgo.matrix.task.iterative org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*org.ojalgo.optimisation org.ojalgo.optimisation.convex org.ojalgo.optimisation.integer org.ojalgo.optimisation.linear org.ojalgo.scalar org.ojalgo.series org.ojalgo.structure org.ojalgo.type org.ojalgo.type.context -
-
Uses of NumberContext in org.ojalgo.array
Fields in org.ojalgo.array declared as NumberContext Modifier and Type Field Description private static NumberContextSparseArray. MATH_CONTEXT -
Uses of NumberContext in org.ojalgo.data.cluster
Fields in org.ojalgo.data.cluster declared as NumberContext Modifier and Type Field Description private static NumberContextGeneralisedKMeans. ACCURACY -
Uses of NumberContext in org.ojalgo.data.domain.finance.portfolio
Fields in org.ojalgo.data.domain.finance.portfolio declared as NumberContext Modifier and Type Field Description private NumberContextNormalisedPortfolio. myWeightsContextprivate static NumberContextMarkowitzModel. TARGET_CONTEXTMethods in org.ojalgo.data.domain.finance.portfolio with parameters of type NumberContext Modifier and Type Method Description FinancePortfolioFinancePortfolio. normalise(NumberContext weightsContext)Normalised weights PortfolioConstructors in org.ojalgo.data.domain.finance.portfolio with parameters of type NumberContext Constructor Description NormalisedPortfolio(FinancePortfolio basePortfolio, NumberContext weightsContext) -
Uses of NumberContext in org.ojalgo.function
Methods in org.ojalgo.function with parameters of type NumberContext Modifier and Type Method Description BigFunction.UnaryBigFunction. enforce(NumberContext context)ComplexFunction.UnaryComplexFunction. enforce(NumberContext context)abstract UnaryFunction<N>FunctionSet. enforce(NumberContext context)PrimitiveFunction.UnaryPrimitiveFunction. enforce(NumberContext context)QuadrupleFunction.UnaryQuadrupleFunction. enforce(NumberContext context)QuaternionFunction.UnaryQuaternionFunction. enforce(NumberContext context)RationalFunction.UnaryRationalFunction. enforce(NumberContext context) -
Uses of NumberContext in org.ojalgo.function.polynomial
Fields in org.ojalgo.function.polynomial declared as NumberContext Modifier and Type Field Description static NumberContextAbstractPolynomial. DEGREE_ACCURACYMethods in org.ojalgo.function.polynomial with parameters of type NumberContext Modifier and Type Method Description intAbstractPolynomial. degree(NumberContext accuracy)intPolynomialFunction. degree(NumberContext accuracy)The largest exponent/power of the non-zero (to the given accuracy) coefficients. -
Uses of NumberContext in org.ojalgo.function.series
Fields in org.ojalgo.function.series declared as NumberContext Modifier and Type Field Description private static NumberContextFourierSeries. ACCURACY -
Uses of NumberContext in org.ojalgo.matrix
Fields in org.ojalgo.matrix declared as NumberContext Modifier and Type Field Description private static NumberContextBasicMatrix. EQUALSMethods in org.ojalgo.matrix with parameters of type NumberContext Modifier and Type Method Description MBasicMatrix. enforce(NumberContext context)default booleanMatrix2D. equals(Access2D<?> another, NumberContext accuracy) -
Uses of NumberContext in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as NumberContext Modifier and Type Field Description (package private) static NumberContextFletcherMatthews. PRECISION(package private) static NumberContextFletcherMatthews. SAFEMethods in org.ojalgo.matrix.decomposition with parameters of type NumberContext Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
booleanBidiagonal. equals(MatrixStore<N> matrix, Bidiagonal<N> decomposition, NumberContext context)static <N extends java.lang.Comparable<N>>
booleanCholesky. equals(MatrixStore<N> matrix, Cholesky<N> decomposition, NumberContext context)static <N extends java.lang.Comparable<N>>
booleanEigenvalue. equals(MatrixStore<N> matrix, Eigenvalue<N> decomposition, NumberContext context)static <N extends java.lang.Comparable<N>>
booleanHessenberg. equals(MatrixStore<N> matrix, Hessenberg<N> decomposition, NumberContext context)static <N extends java.lang.Comparable<N>>
booleanLDL. equals(MatrixStore<N> matrix, LDL<N> decomposition, NumberContext context)static <N extends java.lang.Comparable<N>>
booleanLU. equals(MatrixStore<N> matrix, LU<N> decomposition, NumberContext context)static <N extends java.lang.Comparable<N>>
booleanQR. equals(MatrixStore<N> matrix, QR<N> decomposition, NumberContext context)static <N extends java.lang.Comparable<N>>
booleanSingularValue. equals(MatrixStore<N> matrix, SingularValue<N> decomposition, NumberContext context)static <N extends java.lang.Comparable<N>>
booleanTridiagonal. equals(MatrixStore<N> matrix, Tridiagonal<N> decomposition, NumberContext context) -
Uses of NumberContext in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store with parameters of type NumberContext Modifier and Type Method Description default booleanMatrixStore. equals(MatrixStore<N> other, NumberContext context) -
Uses of NumberContext in org.ojalgo.matrix.task.iterative
Fields in org.ojalgo.matrix.task.iterative declared as NumberContext Modifier and Type Field Description (package private) static NumberContextIterativeSolverTask. DEFAULTprivate NumberContextIterativeSolverTask. myAccuracyContextMethods in org.ojalgo.matrix.task.iterative that return NumberContext Modifier and Type Method Description protected NumberContextIterativeSolverTask. getAccuracyContext()Methods in org.ojalgo.matrix.task.iterative with parameters of type NumberContext Modifier and Type Method Description IterativeSolverTask.ConfiguratorIterativeSolverTask.Configurator. accuracy(NumberContext accuray)Accuracy/termination contextprotected voidIterativeSolverTask. setAccuracyContext(NumberContext accuracyContext) -
Uses of NumberContext in org.ojalgo.netio
Fields in org.ojalgo.netio declared as NumberContext Modifier and Type Field Description (package private) static NumberContextBasicLogger.PrivateDetails. MATRIX_ELEMENT_CONTEXTMethods in org.ojalgo.netio with parameters of type NumberContext Modifier and Type Method Description static voidBasicLogger. debugMatrix(java.lang.String message, Access2D<?> matrix, NumberContext context)static voidBasicLogger. errorMatrix(java.lang.String message, Access2D<?> matrix, NumberContext context)(package private) static voidBasicLogger.NotNull. printmtrx(BasicLogger appender, java.lang.String message, Access2D<?> matrix, NumberContext context)default voidBasicLogger. printmtrx(java.lang.String message, Access2D<?> matrix, NumberContext context)(package private) static voidBasicLogger.PrivateDetails. printmtrx(BasicLogger appender, java.lang.String message, Access2D<?> matrix, NumberContext context)private static voidBasicLogger.PrivateDetails. printmtrx(BasicLogger appender, Access2D<?> matrix, NumberContext context, boolean plain)private static java.lang.StringBasicLogger.PrivateDetails. toString(java.lang.Comparable<?> number, NumberContext context, boolean plain) -
Uses of NumberContext in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as NumberContext Modifier and Type Field Description private static NumberContextExpressionsBasedModel.Validator. ACCURACYNumberContextOptimisation.Options. feasibilityUsed to determine/validate feasibility.private static NumberContextPresolvers. LEVELNumberContextOptimisation.Options. printFor display only!Object.toString()and log message formatting.(package private) static NumberContextModelEntity. PRINTNumberContextOptimisation.Options. solutionDescribes the (required/sufficient) accuracy of the solution.Methods in org.ojalgo.optimisation with parameters of type NumberContext Modifier and Type Method Description protected voidModelEntity. appendLeftPart(java.lang.StringBuilder builder, NumberContext display)protected voidExpression. appendMiddlePart(java.lang.StringBuilder builder, Access1D<java.math.BigDecimal> solution, NumberContext display)protected voidModelEntity. appendMiddlePart(java.lang.StringBuilder builder, NumberContext display)protected voidVariable. appendMiddlePart(java.lang.StringBuilder builder, NumberContext display)protected voidModelEntity. appendRightPart(java.lang.StringBuilder builder, NumberContext display)(package private) voidExpression. appendToString(java.lang.StringBuilder builder, Access1D<java.math.BigDecimal> solution, NumberContext display)(package private) voidModelEntity. appendToString(java.lang.StringBuilder builder, NumberContext display)static voidPresolvers. checkFeasibility(Expression expression, java.util.Set<Structure1D.IntIndex> remaining, java.math.BigDecimal lower, java.math.BigDecimal upper, NumberContext precision, boolean relaxed)(package private) static booleanPresolvers. doCase0(Expression expression, java.util.Set<Structure1D.IntIndex> remaining, java.math.BigDecimal lower, java.math.BigDecimal upper, NumberContext precision)This constraint expression has 0 remaining free variable.(package private) static booleanPresolvers. doCase1(Expression expression, java.util.Set<Structure1D.IntIndex> remaining, java.math.BigDecimal lower, java.math.BigDecimal upper, NumberContext precision)This constraint expression has 1 remaining free variable.(package private) static booleanPresolvers. doCase2(Expression expression, java.util.Set<Structure1D.IntIndex> remaining, java.math.BigDecimal lower, java.math.BigDecimal upper, NumberContext precision)Checks if bounds on either of the variables (together with the expressions's bounds) implies tighter bounds on the other variable.(package private) static booleanPresolvers. doCaseN(Expression expression, java.util.Set<Structure1D.IntIndex> remaining, java.math.BigDecimal lower, java.math.BigDecimal upper, NumberContext precision)Checks the sign of the limits and the sign of the expression parameters to deduce variables that in fact can only be zero.private static booleanExpressionsBasedModel.Validator. doValidate(ExpressionsBasedModel model, Access1D<java.math.BigDecimal> solution, NumberContext accuracy, BasicLogger logger, java.util.function.BiConsumer<ExpressionsBasedModel,Access1D<java.math.BigDecimal>> handler)voidExpression. enforce(NumberContext enforcer)(package private) java.math.BigDecimalModelEntity. getCompensatedLowerLimit(java.math.BigDecimal compensation, NumberContext precision)(package private) java.math.BigDecimalModelEntity. getCompensatedUpperLimit(java.math.BigDecimal compensation, NumberContext precision)Optimisation.ResultOptimisation.Result. getSolution(NumberContext precision)Will round the solution to the given precisionOptimisation.ResultExpressionsBasedModel. getVariableValues(NumberContext validationContext)Null variable values are replaced with 0.0.abstract booleanExpressionsBasedModel.Presolver. simplify(Expression expression, java.util.Set<Structure1D.IntIndex> remaining, java.math.BigDecimal lower, java.math.BigDecimal upper, NumberContext precision)booleanSpecialOrderedSet. simplify(Expression expression, java.util.Set<Structure1D.IntIndex> remaining, java.math.BigDecimal lower, java.math.BigDecimal upper, NumberContext precision)The program logic here does not assume variables to be binary or even integerjava.math.BigDecimalModelEntity. toUnadjusted(double adjusted, NumberContext context)The inverse ofModelEntity.toAdjusted(BigDecimal).booleanExpressionsBasedModel. validate(Access1D<java.math.BigDecimal> solution, NumberContext context)booleanExpressionsBasedModel. validate(Access1D<java.math.BigDecimal> solution, NumberContext context, BasicLogger appender)booleanExpressionsBasedModel. validate(NumberContext context)booleanExpressionsBasedModel. validate(NumberContext context, BasicLogger appender)booleanExpressionsBasedModel.Validator. validate(ExpressionsBasedModel modifiedModel, NumberContext accuracy, BasicLogger logger)Validate the known solution against a (modified) model - perhaps modified during pre-solve or with cuts generation in theIntegerSolver.booleanExpressionsBasedModel.Validator. validate(Access1D<?> solverSolution, NumberContext accuracy, BasicLogger logger)Validate an (intermediate) solver solution against the original model.protected booleanModelEntity. validate(java.math.BigDecimal value, NumberContext context, BasicLogger appender)protected booleanVariable. validate(java.math.BigDecimal value, NumberContext context, BasicLogger appender)(package private) booleanVariable. validate(java.math.BigDecimal value, NumberContext context, BasicLogger appender, boolean relaxed) -
Uses of NumberContext in org.ojalgo.optimisation.convex
Fields in org.ojalgo.optimisation.convex declared as NumberContext Modifier and Type Field Description private static NumberContextActiveSetSolver. ACCprivate static NumberContextActiveSetSolver. FEASIBILITYprivate static NumberContextActiveSetSolver. LAGRANGEprivate NumberContextConvexSolver.Configuration. myIterativeAccuracyprivate static NumberContextActiveSetSolver. SLACKprivate static NumberContextActiveSetSolver. SOLUTIONMethods in org.ojalgo.optimisation.convex that return NumberContext Modifier and Type Method Description NumberContextConvexSolver.Configuration. iterative()Deprecated.Since v56 It's applied for you when callingConvexSolver.Configuration.newIterativeSolver(int)Methods in org.ojalgo.optimisation.convex with parameters of type NumberContext Modifier and Type Method Description ConvexSolver.ConfigurationConvexSolver.Configuration. iterative(java.util.function.Supplier<IterativeSolverTask> solver, java.util.function.Supplier<Preconditioner> preconditioner, NumberContext accuracy)ConvexSolver.ConfigurationConvexSolver.Configuration. iterative(java.util.function.Supplier<IterativeSolverTask> solver, NumberContext accuracy)Select which iterative linear system solver to use for the Schur-complement step in IterativeASS.ConvexSolver.ConfigurationConvexSolver.Configuration. iterative(NumberContext accuracy)The accuracy of the iterative Schur complement solver used inIterativeASS. -
Uses of NumberContext in org.ojalgo.optimisation.integer
Fields in org.ojalgo.optimisation.integer declared as NumberContext Modifier and Type Field Description private static NumberContextNodeSolver. COEFFICIENTprivate static NumberContextNodeSolver. DYNANISMprivate static NumberContextNodeKey. FEASIBILITYUsed for one thing only - to validate (log problems with) node solver results.private static NumberContextNodeSolver. LIMITprivate NumberContextIntegerStrategy.ConfigurableStrategy. myGapToleranceprivate NumberContextIntegerStrategy.ConfigurableStrategy. myIntegralityToleranceprivate static NumberContextNodeSolver. PARAMETERSprivate static NumberContextNodeSolver. PRECISIONprivate static NumberContextModelStrategy.DefaultStrategy. ROUGHLYprivate static NumberContextNodeSolver. SCALEMethods in org.ojalgo.optimisation.integer that return NumberContext Modifier and Type Method Description NumberContextIntegerStrategy.ConfigurableStrategy. getGapTolerance()NumberContextIntegerStrategy. getGapTolerance()The MIP gap is the difference between the best integer solution found so far and a node's relaxed non-integer solution.NumberContextModelStrategy. getGapTolerance()NumberContextIntegerStrategy.ConfigurableStrategy. getIntegralityTolerance()NumberContextIntegerStrategy. getIntegralityTolerance()Used to determine if a variable value is integer or notNumberContextModelStrategy. getIntegralityTolerance()Methods in org.ojalgo.optimisation.integer with parameters of type NumberContext Modifier and Type Method Description IntegerStrategy.ConfigurableStrategyIntegerStrategy.ConfigurableStrategy. withGapTolerance(NumberContext newTolerance)Change the MIP gapConstructors in org.ojalgo.optimisation.integer with parameters of type NumberContext Constructor Description ConfigurableStrategy(java.util.function.IntSupplier parallelism, java.util.Comparator<NodeKey>[] definitions, NumberContext integrality, NumberContext gap, java.util.function.BiFunction<ExpressionsBasedModel,IntegerStrategy,ModelStrategy> factory, IntegerStrategy.GMICutConfiguration configuration) -
Uses of NumberContext in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as NumberContext Modifier and Type Field Description private static NumberContextSimplexTableauSolver. ACCprivate static NumberContextTableauCutGenerator. ACCURACYprivate static NumberContextSimplexTableauSolver. DEGENERATEprivate static NumberContextSimplexTableauSolver. PHASE1private static NumberContextSimplexSolver. PIVOTprivate static NumberContextSimplexTableauSolver. PIVOT(package private) static NumberContextSimplexTableau. PRECISIONUsed when pivoting to identify rows with elements that are already very close to zero (to avoid updating those rows).private static NumberContextSimplexSolver. RATIOprivate static NumberContextSimplexTableauSolver. RATIOprivate static NumberContextSimplexTableauSolver. WEIGHTMethods in org.ojalgo.optimisation.linear with parameters of type NumberContext Modifier and Type Method Description (package private) java.util.Collection<Equation>SimplexStore. generateCutCandidates(boolean[] integer, NumberContext accuracy, double fractionality, double[] shift)WhenSimplexSolveris used as node solver forIntegerSolverthis method generates cut candidates.(package private) java.util.Collection<Equation>SimplexTableau. generateCutCandidates(boolean[] integer, NumberContext accuracy, double fractionality)Simplified version ofSimplexStore.generateCutCandidates(boolean[], NumberContext, double, double[])for specific use withSimplexTableauSolver. -
Uses of NumberContext in org.ojalgo.scalar
Fields in org.ojalgo.scalar declared as NumberContext Modifier and Type Field Description (package private) static NumberContextBigScalar. CONTEXT(package private) static NumberContextPrimitiveScalar. CONTEXTprivate NumberContextExactDecimal.Descriptor. myContextMethods in org.ojalgo.scalar that return NumberContext Modifier and Type Method Description NumberContextExactDecimal.Descriptor. context()Methods in org.ojalgo.scalar with parameters of type NumberContext Modifier and Type Method Description BigScalarBigScalar. enforce(NumberContext context)ComplexNumberComplexNumber. enforce(NumberContext context)Will call enforce(double) on the real and imaginary parts separately.SExactDecimal. enforce(NumberContext context)PrimitiveScalarPrimitiveScalar. enforce(NumberContext context)QuadrupleQuadruple. enforce(NumberContext context)QuaternionQuaternion. enforce(NumberContext context)RationalNumberRationalNumber. enforce(NumberContext context)protected static longExactDecimal. extractUnscaledValue(java.math.BigDecimal decimal, NumberContext cntxt)private java.math.BigDecimalExactDecimal. toBigDecimal(NumberContext context)default java.lang.StringScalar. toPlainString(NumberContext context)java.lang.StringBigScalar. toString(NumberContext context)java.lang.StringComplexNumber. toString(NumberContext context)java.lang.StringExactDecimal. toString(NumberContext context)java.lang.StringPrimitiveScalar. toString(NumberContext context)java.lang.StringQuadruple. toString(NumberContext context)java.lang.StringQuaternion. toString(NumberContext context)java.lang.StringRationalNumber. toString(NumberContext context)java.lang.StringScalar. toString(NumberContext context) -
Uses of NumberContext in org.ojalgo.series
Fields in org.ojalgo.series declared as NumberContext Modifier and Type Field Description private NumberContextSeriesInterpolator. myContextConstructors in org.ojalgo.series with parameters of type NumberContext Constructor Description SeriesInterpolator(NumberContext context) -
Uses of NumberContext in org.ojalgo.structure
Methods in org.ojalgo.structure with parameters of type NumberContext Modifier and Type Method Description static booleanAccess1D. equals(Access1D<?> accessA, Access1D<?> accessB, NumberContext accuracy)Tests if the two data structures are numerically equal to the given accuracy.static booleanAccess2D. equals(Access2D<?> accessA, Access2D<?> accessB, NumberContext accuracy)static booleanAccessAnyD. equals(AccessAnyD<?> accessA, AccessAnyD<?> accessB, NumberContext accuracy) -
Uses of NumberContext in org.ojalgo.type
Fields in org.ojalgo.type declared as NumberContext Modifier and Type Field Description static NumberContextStandardType. AMOUNTPrecision: 16 Scale: 2 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.CURRENCY Fits within the Sybase (and MS SQL Server) money type which is (19,4).static NumberContextStandardType. DECIMAL_032Precision: 7 Scale: 3 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERALstatic NumberContextStandardType. DECIMAL_064Precision: 16 Scale: 8 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERALstatic NumberContextStandardType. DECIMAL_128Precision: 34 Scale: 17 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERALstatic NumberContextStandardType. MATH_032Precision: 7 Scale: 7 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERALstatic NumberContextStandardType. MATH_064Precision: 16 Scale: 16 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERALstatic NumberContextStandardType. MATH_128Precision: 34 Scale: 34 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERALstatic NumberContextStandardType. PERCENTPrecision: 7 Scale: 4 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.PERCENTstatic NumberContextStandardType. PRICEPrice or conversion rate (foreign exchange rate).static NumberContextStandardType. QUANTITYPrecision: 16 Scale: 6 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERAL Typically you have StandardType.QUANTITY x StandardType.PRICE = StandardType.AMOUNT, an alternative is StandardType.QUANTITY x StandardType.PRICE = StandardType.QUANTITY.Methods in org.ojalgo.type that return NumberContext Modifier and Type Method Description static NumberContextStandardType. amount(java.util.Locale locale)static NumberContextStandardType. decimal032()static NumberContextStandardType. decimal064()static NumberContextStandardType. integer()static NumberContextStandardType. percent(java.util.Locale locale)static NumberContextStandardType. wholePercentage()Methods in org.ojalgo.type with parameters of type NumberContext Modifier and Type Method Description static java.math.BigDecimalTypeUtils. toBigDecimal(java.lang.Comparable<?> number, NumberContext context) -
Uses of NumberContext in org.ojalgo.type.context
Methods in org.ojalgo.type.context that return NumberContext Modifier and Type Method Description static NumberContextNumberContext. getCurrency(java.util.Locale locale)static NumberContextNumberContext. getInteger(java.util.Locale locale)static NumberContextNumberContext. getPercent(int scale, java.util.Locale locale)static NumberContextNumberContext. getPercent(java.util.Locale locale)static NumberContextNumberContext. of(int precisionAndScale)static NumberContextNumberContext. of(int precision, int scale)static NumberContextNumberContext. ofMath(java.math.MathContext math)static NumberContextNumberContext. ofPrecision(int precision)static NumberContextNumberContext. ofScale(int scale)NumberContextNumberContext. withDecrementedPrecision()NumberContextNumberContext. withDecrementedPrecision(int subtrahend)NumberContextNumberContext. withDecrementedScale()NumberContextNumberContext. withDecrementedScale(int subtrahend)NumberContextNumberContext. withDoubledPrecision()NumberContextNumberContext. withDoubledScale()NumberContextNumberContext. withFormat(NumberStyle style, java.util.Locale locale)NumberContextNumberContext. withHalvedPrecision()NumberContextNumberContext. withHalvedScale()NumberContextNumberContext. withIncrementedPrecision()NumberContextNumberContext. withIncrementedPrecision(int addend)NumberContextNumberContext. withIncrementedScale()NumberContextNumberContext. withIncrementedScale(int addend)NumberContextNumberContext. withMath(java.math.MathContext math)NumberContextNumberContext. withMode(java.math.RoundingMode mode)NumberContextNumberContext. withoutPrecision()NumberContextNumberContext. withoutScale()NumberContextNumberContext. withPrecision(int precision)NumberContextNumberContext. withScale(int scale)Methods in org.ojalgo.type.context with parameters of type NumberContext Modifier and Type Method Description TNumberContext.Enforceable. enforce(NumberContext context)
-