Uses of Interface
org.ojalgo.type.context.NumberContext.Enforceable
-
Packages that use NumberContext.Enforceable Package Description org.ojalgo.matrix org.ojalgo.scalar -
-
Uses of NumberContext.Enforceable in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement NumberContext.Enforceable Modifier and Type Class Description class
BasicMatrix<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>>
A base class for, easy to use, immutable (thread safe) matrices with a rich feature set.class
MatrixC128
A matrix (linear algebra) with ComplexNumberSet.C
elements, implemented using dual 64-bit double values.class
MatrixH256
A matrix (linear algebra) with QuaternionNumberSet.H
elements, implemented using four 64-bit double values.class
MatrixQ128
A matrix (linear algebra) with RationalNumberSet.Q
elements, implemented using dual 64-bit long values.class
MatrixR032
A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 32-bit float.class
MatrixR064
A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 64-bit double.class
MatrixR128
A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 128-bit floating-point values (implemented using dual 64-bit double). -
Uses of NumberContext.Enforceable in org.ojalgo.scalar
Subinterfaces of NumberContext.Enforceable in org.ojalgo.scalar Modifier and Type Interface Description (package private) interface
SelfDeclaringScalar<S extends SelfDeclaringScalar<S>>
Classes in org.ojalgo.scalar that implement NumberContext.Enforceable Modifier and Type Class Description class
Amount
(currency) amount as in "amount = price * quatity"class
BigScalar
ABigDecimal
based implementation of theScalar
interface.class
ComplexNumber
ComplexNumber is an immutable complex number class.class
ExactDecimal<S extends ExactDecimal<S>>
To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).class
Money
An exampleExactDecimal
implementation corresponding to the SQL data type MONEY or DECIMAL(19,4).class
Price
price or exchange rate as in "amount = price * quatity" or "amount = rate * amount"class
PrimitiveScalar
class
Quadruple
https://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esclass
Quantity
quantity as in "amount = price * quatity"class
Quaternion
class
RationalNumber
-