java.lang.Object
swim.math.TensorArray<V,S>
- All Implemented Interfaces:
Debug
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanEqual(TensorArray<?, ?> that) <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.final TensorDimsbooleanfinal Vget(int i) inthashCode()minus(TensorArray<V, S> that) opposite()plus(TensorArray<V, S> that) final TensorSpace<TensorArray<V,S>, S> space()static <V,S> TensorArraySpace<TensorArray<V, S>, V, S> space(TensorSpace<V, S> next, int n) static <V,S> TensorArraySpace<TensorArray<V, S>, V, S> space(TensorSpace<V, S> next, TensorDims dims) toString()
-
Constructor Details
-
TensorArray
-
-
Method Details
-
space
-
dimensions
-
get
-
plus
-
opposite
-
minus
-
times
-
canEqual
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
space
public static <V,S> TensorArraySpace<TensorArray<V,S>, spaceV, S> (TensorSpace<V, S> next, TensorDims dims) -
space
-