System.Numerics.Tensors Namespace

Classes

Tensor

Provides methods for tensor operations.

Tensor<T>

Represents a tensor.

TensorPrimitives

Performs primitive tensor operations over spans of memory.

Structs

ReadOnlyTensorSpan<T>.Enumerator

Enumerates the elements of a ReadOnlyTensorSpan<T>.

ReadOnlyTensorSpan<T>

ReadOnlyTensorSpan represents a contiguous region of arbitrary memory. Unlike arrays, it can point to either managed or native memory, or to memory allocated on the stack. It is type-safe and memory-safe.

TensorSpan<T>.Enumerator

Enumerates the elements of a TensorSpan<T>.

TensorSpan<T>

TensorSpan represents a contiguous region of arbitrary memory. Unlike arrays, it can point to either managed or native memory, or to memory allocated on the stack. It is type-safe and memory-safe.

Interfaces

IReadOnlyTensor<TSelf,T>

Represents a read-only tensor.

ITensor<TSelf,T>

Represents a tensor.