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