Uses of Package
org.ojalgo.type.context
Packages that use org.ojalgo.type.context
Package
Description
Classes in this package relate to modelling of financial investment portfolios, and Modern Portfolio
Theory.
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Classes in org.ojalgo.type.context used by org.ojalgo.array
-
Classes in org.ojalgo.type.context used by org.ojalgo.data.cluster
-
Classes in org.ojalgo.type.context used by org.ojalgo.data.domain.finance.portfolio
-
Classes in org.ojalgo.type.context used by org.ojalgo.function
-
Classes in org.ojalgo.type.context used by org.ojalgo.function.polynomial
-
Classes in org.ojalgo.type.context used by org.ojalgo.function.series
-
Classes in org.ojalgo.type.context used by org.ojalgo.matrix
-
Classes in org.ojalgo.type.context used by org.ojalgo.matrix.decomposition
-
Classes in org.ojalgo.type.context used by org.ojalgo.matrix.store
-
Classes in org.ojalgo.type.context used by org.ojalgo.matrix.task.iterative
-
Classes in org.ojalgo.type.context used by org.ojalgo.netioClassDescriptionThink of this as a MathContext that specifies both precision and scale.A type context provides two basic services: It enforces some sort of rule/limit regarding size, accuracy or similar.
-
Classes in org.ojalgo.type.context used by org.ojalgo.optimisation
-
Classes in org.ojalgo.type.context used by org.ojalgo.optimisation.convex
-
Classes in org.ojalgo.type.context used by org.ojalgo.optimisation.integer
-
Classes in org.ojalgo.type.context used by org.ojalgo.optimisation.linear
-
Classes in org.ojalgo.type.context used by org.ojalgo.scalar
-
Classes in org.ojalgo.type.context used by org.ojalgo.series
-
Classes in org.ojalgo.type.context used by org.ojalgo.structure
-
Classes in org.ojalgo.type.context used by org.ojalgo.typeClassDescriptionThis
TypeContext
deals with the oldDate
.Think of this as a MathContext that specifies both precision and scale.StringContextA type context provides two basic services: It enforces some sort of rule/limit regarding size, accuracy or similar. -
Classes in org.ojalgo.type.context used by org.ojalgo.type.contextClassDescriptionAbstract base class for TypeContext implementations backed by Format.Think of this as a MathContext that specifies both precision and scale.An implementation of
TypeContext
that is implemented in terms ofDateTimeFormatter
andTemporalAdjuster
.A type context provides two basic services: It enforces some sort of rule/limit regarding size, accuracy or similar.