Module ojalgo
Package org.ojalgo.algebra
Interface ScalarOperation.Addition<T,N extends Comparable<N>>
- All Superinterfaces:
ScalarOperation
- All Known Subinterfaces:
DecompositionStore<N>,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:
ScalarOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.algebra.ScalarOperation
ScalarOperation.Addition<T,N extends Comparable<N>>, ScalarOperation.Division<T, N extends Comparable<N>>, ScalarOperation.Multiplication<T, N extends Comparable<N>>, ScalarOperation.Subtraction<T, N extends Comparable<N>> -
Method Summary
-
Method Details
-
add
- Returns:
this + scalarAddend.
-
add
- Returns:
this + scalarAddend.
-
add
- Returns:
this + scalarAddend.
-