Skip to content

Commit 97798f5

Browse files
Fix typos in Algorithms/Numeric/Pseudoinverse/PseudoInverse.cs (#556)
1 parent f22a09c commit 97798f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algorithms/Numeric/Pseudoinverse/PseudoInverse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Algorithms.Numeric.Pseudoinverse;
66
/// The Moore–Penrose pseudo-inverse A+ of a matrix A,
77
/// is a general way to find the solution to the following system of linear equations:
88
/// ~b = A ~y. ~b e R^m; ~y e R^n; A e Rm×n.
9-
/// There are varios methods for construction the pseudo-inverse.
9+
/// There are various methods for construction the pseudo-inverse.
1010
/// This one is based on Singular Value Decomposition (SVD).
1111
/// </summary>
1212
public static class PseudoInverse

0 commit comments

Comments
 (0)