We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22a09c commit 97798f5Copy full SHA for 97798f5
Algorithms/Numeric/Pseudoinverse/PseudoInverse.cs
@@ -6,7 +6,7 @@ namespace Algorithms.Numeric.Pseudoinverse;
6
/// The Moore–Penrose pseudo-inverse A+ of a matrix A,
7
/// is a general way to find the solution to the following system of linear equations:
8
/// ~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.
+/// There are various methods for construction the pseudo-inverse.
10
/// This one is based on Singular Value Decomposition (SVD).
11
/// </summary>
12
public static class PseudoInverse
0 commit comments