Tensors

A tensor is a multi-dimensional array with lots of functionality added. All elements of a tensor have the same type. Tensors are optimized for operations that are performed on tensors as a whole rather than individual elements.

Numerics.NET contains a series of classes for working with tensors. The classes live in the Numerics.NET.Tensors namespace.

In this section: