Uses of Interface
org.ojalgo.scalar.SelfDeclaringScalar
Packages that use SelfDeclaringScalar
-
Uses of SelfDeclaringScalar in org.ojalgo.scalar
Classes in org.ojalgo.scalar with type parameters of type SelfDeclaringScalarModifier and TypeInterfaceDescription(package private) interface
SelfDeclaringScalar<S extends SelfDeclaringScalar<S>>
Classes in org.ojalgo.scalar that implement SelfDeclaringScalarModifier and TypeClassDescriptionfinal class
(currency) amount as in "amount = price * quatity"final class
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).final class
An exampleExactDecimal
implementation corresponding to the SQL data type MONEY or DECIMAL(19,4).final class
price or exchange rate as in "amount = price * quatity" or "amount = rate * amount"class
https://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esfinal class
quantity as in "amount = price * quatity"final class
final class