MatrixTEnumerateRows Method |
Returns an IEnumerable that can be used to iterate through all rows of the matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IEnumerable<Vector<T>> EnumerateRows()
Return Value
IEnumerableVectorTAn enumeration of the matrix rows.
See Also