Uses of Interface
org.ojalgo.algebra.Operation.Division
-
Packages that use Operation.Division Package Description org.ojalgo.algebra org.ojalgo.scalar -
-
Uses of Operation.Division in org.ojalgo.algebra
Subinterfaces of Operation.Division in org.ojalgo.algebra Modifier and Type Interface Description interface
Field<T>
A field is a commutative ring (even the multiplication operation) with notions of addition, subtraction, multiplication, and division. -
Uses of Operation.Division in org.ojalgo.scalar
Subinterfaces of Operation.Division in org.ojalgo.scalar Modifier and Type Interface Description interface
Scalar<N extends java.lang.Comparable<N>>
A Scalar is:(package private) interface
SelfDeclaringScalar<S extends SelfDeclaringScalar<S>>
Classes in org.ojalgo.scalar that implement Operation.Division 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
-