Skip to content

Commit 54dda05

Browse files
committed
Revert "no randomized svd for null"
This reverts commit 185d939.
1 parent 1744416 commit 54dda05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/implementations/orthnull.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ end
111111

112112
# randomized algorithms don't currently work for smallest values:
113113
left_null!(A, N, alg::LeftNullViaSVD{<:TruncatedAlgorithm{<:GPU_Randomized}}) =
114-
throw(ArgumentError("Randomized SVD ($alg) cannot be used for null spaces"))
114+
throw(ArgumentError("Randomized SVD ($alg) cannot be used for null spaces yet"))
115115
right_null!(A, Nᴴ, alg::RightNullViaSVD{<:TruncatedAlgorithm{<:GPU_Randomized}}) =
116-
throw(ArgumentError("Randomized SVD ($alg) cannot be used for null spaces"))
116+
throw(ArgumentError("Randomized SVD ($alg) cannot be used for null spaces yet"))

0 commit comments

Comments
 (0)