-
- All Superinterfaces:
Operation
- All Known Subinterfaces:
DecompositionStore<N>,Field<T>,Matrix2D<N,M>,MatrixStore<N>,PhysicalStore<N>,Scalar<N>,SelfDeclaringScalar<S>
- All Known Implementing Classes:
AboveBelowStore,AbstractStore,Amount,BasicMatrix,BigScalar,ColumnsStore,ColumnsSupplier,ComplexNumber,ComposingStore,CompressedSparseR064,ConjugatedStore,DiagonalStore,ExactDecimal,FactoryStore,GenericStore,IdentityStore,ImageData,ImageData.SingleChannel,LeftRightStore,LimitStore,LogicalStore,LowerHessenbergStore,LowerSymmetricStore,LowerTriangularStore,MatrixC128,MatrixH256,MatrixQ128,MatrixR032,MatrixR064,MatrixR128,Money,OffsetStore,Price,PrimitiveScalar,Quadruple,Quantity,Quaternion,R032Store,R064CSC,R064CSR,R064Store,RationalNumber,RawStore,RepeatedColumnsStore,RepeatedRowsStore,RowsStore,RowsSupplier,SelectingStore,ShadingStore,SingleStore,SparseStore,SuperimposedStore,TransjugatedStore,TransposedStore,UnaryOperatoStore,UpperHessenbergStore,UpperSymmetricStore,UpperTriangularStore,WrapperStore,ZeroStore
- Enclosing interface:
- Operation
public static interface Operation.Subtraction<T> extends Operation
- See Also:
- Subtraction
-
-
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 Tsubtract(T subtrahend)
-