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 1744416 commit 54dda05Copy full SHA for 54dda05
src/implementations/orthnull.jl
@@ -111,6 +111,6 @@ end
111
112
# randomized algorithms don't currently work for smallest values:
113
left_null!(A, N, alg::LeftNullViaSVD{<:TruncatedAlgorithm{<:GPU_Randomized}}) =
114
- throw(ArgumentError("Randomized SVD ($alg) cannot be used for null spaces"))
+ throw(ArgumentError("Randomized SVD ($alg) cannot be used for null spaces yet"))
115
right_null!(A, Nᴴ, alg::RightNullViaSVD{<:TruncatedAlgorithm{<:GPU_Randomized}}) =
116
0 commit comments