Uses of Interface
org.ojalgo.algebra.Ring
Packages that use Ring
-
Uses of Ring in org.ojalgo.algebra
Subinterfaces of Ring in org.ojalgo.algebraModifier and TypeInterfaceDescriptioninterface
Field<T>
A field is a commutative ring (even the multiplication operation) with notions of addition, subtraction, multiplication, and division. -
Uses of Ring in org.ojalgo.function.polynomial
Subinterfaces of Ring in org.ojalgo.function.polynomialClasses in org.ojalgo.function.polynomial that implement RingModifier and TypeClassDescription(package private) class
AbstractPolynomial<N extends Comparable<N>,
P extends AbstractPolynomial<N, P>> final class
final class
final class
final class
final class
final class
BigPolynomial(package private) class
ScalarPolynomial<N extends Scalar<N>,
P extends ScalarPolynomial<N, P>> -
Uses of Ring in org.ojalgo.scalar
Subinterfaces of Ring in org.ojalgo.scalarModifier and TypeInterfaceDescriptioninterface
Scalar<N extends Comparable<N>>
A Scalar is:(package private) interface
SelfDeclaringScalar<S extends SelfDeclaringScalar<S>>
Classes in org.ojalgo.scalar that implement RingModifier and TypeClassDescriptionfinal class
(currency) amount as in "amount = price * quatity"final class
ABigDecimal
based implementation of theScalar
interface.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"final class
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