ITensor Interface

Represents the common properties and methods for tensors.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public interface ITensor

Properties

Layout Gets the layout of the tensor.
Rank Gets the rank of the tensor.
Shape Gets the shape of the tensor.

See Also