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 UnaryOperation<T>
Type Parameters:
T
- the type of values for which the unitary operation can be applied
All Known Subinterfaces:
QuantifiedTensorBackedUnaryOperation
<V,QTB>,
TensorBackedUnaryOperation
<V,TB>
All Known Implementing Classes:
ElementTensorBackedUnaryOperation
,
ElementUnaryOperation
,
QuantifiedElementTensorBackedUnaryOperation
,
QuantityAbsoluteValue
,
QuantityAdditiveInversion
,
QuantityMultiplicativeInversion
,
QuantityUnaryOperation
public interface
UnaryOperation<T>
The general form of an unitary operation, to be used in algebraic structures.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
perform
(
T
value)
performs the operation on the given value
Method Detail
perform
T
perform(
T
value)
performs the operation on the given value
Parameters:
value
- the input value, on which the operation shall be applied
Returns:
the resulting value after the operation
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