Package org.ojalgo.algebra
Interface Group.Multiplicative<T>
- All Superinterfaces:
Group
,Operation
,Operation.Multiplication<T>
- All Known Subinterfaces:
Field<T>
,Scalar<N>
,SelfDeclaringScalar<S>
- All Known Implementing Classes:
Amount
,BigScalar
,ComplexNumber
,ExactDecimal
,Money
,Price
,PrimitiveScalar
,Quadruple
,Quantity
,Quaternion
,RationalNumber
- Enclosing interface:
Group
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.algebra.Group
Group.Additive<T>, Group.Multiplicative<T>
Nested classes/interfaces inherited from interface org.ojalgo.algebra.Operation
Operation.Addition<T>, Operation.Division<T>, Operation.Multiplication<T>, Operation.Subtraction<T>
-
Method Summary
Methods inherited from interface org.ojalgo.algebra.Operation.Multiplication
multiply, power
-
Method Details
-
invert
T invert()The multiplicative inverse.- Returns:
IDENTITY / this
.
-