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 CreationOperation<T>
Type Parameters:
T
- the type of the object to be created by this operation
All Known Implementing Classes:
FunctionTensorCreationOperation
,
SingleValueTensorCreationOperation
public interface
CreationOperation<T>
Represents an operation, which needs no arguments and creates an object of a certain type
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
perform
()
Performs the creation
Method Detail
perform
T
perform()
Performs the creation
Returns:
a newly created value of the specified type
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