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
public static interface Group.Multiplicative<T> extends Group, Operation.Multiplication<T>
- See Also:
- Multiplicative group
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
invert()
The multiplicative inverse.-
Methods inherited from interface org.ojalgo.algebra.Operation.Multiplication
multiply, power
-
-
-
-
Method Detail
-
invert
T invert()
The multiplicative inverse.- Returns:
IDENTITY / this
.
-
-