Tensor<T>.GetMatrices Method

Gets a sequence of the matrices formed by the last two dimensions of the tensor.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public abstract IEnumerable<Matrix<T>> GetMatrices()

Return Value

IEnumerable<Matrix<T>>
A sequence of matrices.

See Also