Tensor<T>.Get Matrices 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.3
C#
A sequence of matrices.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public abstract IEnumerable<Matrix<T>> GetMatrices()
Return Value
IEnumerable<Matrix<T>>A sequence of matrices.