Package org.ojalgo.algebra
Interface Group.Additive<T>
-
- All Superinterfaces:
Group
,Operation
,Operation.Addition<T>
- All Known Subinterfaces:
DecompositionStore<N>
,Field<T>
,Matrix2D<N,M>
,MatrixStore<N>
,NormedVectorSpace<T,N>
,PhysicalStore<N>
,PolynomialFunction<N>
,Ring<T>
,Scalar<N>
,SelfDeclaringScalar<S>
,Tensor<N,T>
,VectorSpace<T,N>
- All Known Implementing Classes:
AboveBelowStore
,AbstractPolynomial
,AbstractStore
,Amount
,AnyTensor
,ArrayBasedTensor
,BasicMatrix
,BigScalar
,ColumnsStore
,ColumnsSupplier
,ComplexNumber
,ComposingStore
,ConjugatedStore
,DiagonalStore
,ExactDecimal
,FactoryStore
,GenericStore
,IdentityStore
,ImageData
,ImageData.SingleChannel
,IterativeASS.SchurComplementSolver
,LeftRightStore
,LimitStore
,LogicalStore
,LowerHessenbergStore
,LowerSymmetricStore
,LowerTriangularStore
,MatrixC128
,MatrixH256
,MatrixQ128
,MatrixR032
,MatrixR064
,MatrixR128
,MatrixTensor
,Money
,OffsetStore
,PolynomialC128
,PolynomialQ128
,PolynomialR032
,PolynomialR064
,PolynomialR128
,PolynomialR256
,Price
,PrimitiveScalar
,Quadruple
,Quantity
,Quaternion
,R032Store
,R064Store
,RationalNumber
,RawStore
,RepeatedColumnsStore
,RepeatedRowsStore
,RowsStore
,RowsSupplier
,ScalarPolynomial
,SelectingStore
,ShadingStore
,SingleStore
,SparseStore
,SuperimposedStore
,TransjugatedStore
,TransposedStore
,UnaryOperatoStore
,UpperHessenbergStore
,UpperSymmetricStore
,UpperTriangularStore
,VectorTensor
,WrapperStore
,ZeroStore
- Enclosing interface:
- Group
public static interface Group.Additive<T> extends Group, Operation.Addition<T>
- See Also:
- Additive 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
negate()
The additive inverse of this.-
Methods inherited from interface org.ojalgo.algebra.Operation.Addition
add
-
-
-
-
Method Detail
-
negate
T negate()
The additive inverse of this.- Returns:
-this
.
-
-