Browse Source

Update Matrix.cs

typo
v2
Robin Neatherway 13 years ago
parent
commit
56fac98527
  1. 2
      src/Numerics/LinearAlgebra/Generic/Matrix.cs

2
src/Numerics/LinearAlgebra/Generic/Matrix.cs

@ -1388,7 +1388,7 @@ namespace MathNet.Numerics.LinearAlgebra.Generic
}
/// <summary>
/// Iterates throw each element in the matrix (row-wise).
/// Iterates through each element in the matrix (row-wise).
/// </summary>
/// <returns>The value at the current iteration along with its position (row, column, value).</returns>
public virtual IEnumerable<Tuple<int, int, T>> IndexedEnumerator()

Loading…
Cancel
Save