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.tensorbacked
Interface Tensorbacked<T>
Type Parameters:
T
- Type of the tensor which backs this object.
All Known Implementing Classes:
AbstractTensorbacked
public interface
Tensorbacked<T>
Interface for any object that will support Tensors and it will be able to transform itself into a tensor ie. for mathematics calculations.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Tensor
<
T
>
tensor
()
Method Detail
tensor
Tensor
<
T
> tensor()
Returns:
a
Tensor
for given types.
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