JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.tensorics.core.math.operations
Interface BinaryOperation<T>
Type Parameters:
T
- the type of the elements of the algebraic structures.
All Superinterfaces:
BinaryFunction
<T,T>
All Known Subinterfaces:
AssociativeOperation
<T>,
CommutativeAssociativeOperation
<T>,
CommutativeOperation
<T>
All Known Implementing Classes:
AbstractDiscreteFunctionBinaryOperation
,
DiscreteFunctionAddition
,
DiscreteFunctionDivision
,
DiscreteFunctionMultiplication
,
DiscreteFunctionSubtraction
,
ElementBinaryOperation
,
InnerTensorOperation
,
QuantityAddition
,
QuantityBinaryOperation
,
QuantityDivision
,
QuantityMultiplication
,
QuantitySubtraction
,
QuantitySumOrDifferenceOperation
public interface
BinaryOperation<T>
extends
BinaryFunction
<T,T>
An operation for two values, which can be used in algebraic structures.
Method Summary
Methods inherited from interface org.tensorics.core.math.operations.
BinaryFunction
perform
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method