Tensor<T>.Get Enumerator Method
Gets an enumerator for the tensor.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
C#
An object that enumerates over the elements of the tensor.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public virtual IEnumerator<T> GetEnumerator()
Return Value
IEnumerator<T>An object that enumerates over the elements of the tensor.