Numerics.NET.Tensors Namespace

 

Classes

Tensor Contains static methods that operate on tensors.
Tensor<T> Represents a multi-dimensional array of elements of the same type.
TensorBackEnd Represents a back end for tensor operations.

Structures

AdvancedTensorIndex Represents a tensor index that can be used to specify advanced indexing operations.
TensorIndex Represents a unified view of values that can serve as an index to a tensor.
TensorLayout Represents the layout of a tensor in memory.
TensorShape Represents the shape (dimensions) of a tensor.

Interfaces

ITensor Represents the common properties and methods for tensors.

Enumerations

TensorElementOrder Enumerates the ways the elements of a tensor may be laid out in memory.