Tensor
public class Tensor
Content copied to clipboard
Represents real, multidimensional tensor. Length of a data must fit the shape.
Parameters
shape
tensor shape.
data
must fit into the shape of this tensor.
Constructors
Tensor
Link copied to clipboard
data can be FloatArray.
Tensor
Link copied to clipboard
makes a new tensor with a given shape and data.
Types
Functions
frobeniusNormSquared
Link copied to clipboard
pseudoEquals
Link copied to clipboard
toComplex
Link copied to clipboard
unaryMinus
Link copied to clipboard
Properties
Inheritors
Matrix
Link copied to clipboard