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 classBasicMatrix<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.classMatrixC128A matrix (linear algebra) with ComplexNumberSet.Celements, implemented using dual 64-bit double values.classMatrixH256A matrix (linear algebra) with QuaternionNumberSet.Helements, implemented using four 64-bit double values.classMatrixQ128A matrix (linear algebra) with RationalNumberSet.Qelements, implemented using dual 64-bit long values.classMatrixR032A matrix (linear algebra) with RealNumberSet.Relements, approximated by 32-bit float.classMatrixR064A matrix (linear algebra) with RealNumberSet.Relements, approximated by 64-bit double.classMatrixR128A matrix (linear algebra) with RealNumberSet.Relements, 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) interfaceSelfDeclaringScalar<S extends SelfDeclaringScalar<S>>Classes in org.ojalgo.scalar that implement NumberContext.Enforceable Modifier and Type Class Description classAmount(currency) amount as in "amount = price * quatity"classBigScalarABigDecimalbased implementation of theScalarinterface.classComplexNumberComplexNumber is an immutable complex number class.classExactDecimal<S extends ExactDecimal<S>>To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).classMoneyAn exampleExactDecimalimplementation corresponding to the SQL data type MONEY or DECIMAL(19,4).classPriceprice or exchange rate as in "amount = price * quatity" or "amount = rate * amount"classPrimitiveScalarclassQuadruplehttps://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esclassQuantityquantity as in "amount = price * quatity"classQuaternionclassRationalNumber
-