-
- All Superinterfaces:
Operation
- 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:
- Operation
public static interface Operation.Division<T> extends Operation
- See Also:
- Division (mathematics)
-
-
Nested Class Summary
-
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 Tdivide(T divisor)
-