From 56fac985276e53abd444dd7ba5153f450f9a947e Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Sat, 15 Jun 2013 17:07:57 +0200 Subject: [PATCH] Update Matrix.cs typo --- src/Numerics/LinearAlgebra/Generic/Matrix.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Numerics/LinearAlgebra/Generic/Matrix.cs b/src/Numerics/LinearAlgebra/Generic/Matrix.cs index 96217271..beaec8f5 100644 --- a/src/Numerics/LinearAlgebra/Generic/Matrix.cs +++ b/src/Numerics/LinearAlgebra/Generic/Matrix.cs @@ -1388,7 +1388,7 @@ namespace MathNet.Numerics.LinearAlgebra.Generic } /// - /// Iterates throw each element in the matrix (row-wise). + /// Iterates through each element in the matrix (row-wise). /// /// The value at the current iteration along with its position (row, column, value). public virtual IEnumerable> IndexedEnumerator()