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.
nullspace
1 parent dccf0af commit 2ece1cdCopy full SHA for 2ece1cd
stdlib/LinearAlgebra/src/dense.jl
@@ -1464,7 +1464,7 @@ end
1464
nullspace(M, rtol::Real) = nullspace(M; rtol=rtol) # to be deprecated in Julia 2.0
1465
1466
Computes a basis for the nullspace of `M` by including the singular
1467
-vectors of `M` whose singular values have magnitudes greater than `max(atol, rtol*σ₁)`,
+vectors of `M` whose singular values have magnitudes smaller than `max(atol, rtol*σ₁)`,
1468
where `σ₁` is `M`'s largest singular value.
1469
1470
By default, the relative tolerance `rtol` is `n*ϵ`, where `n`
0 commit comments