We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1753b8 commit a854ce2Copy full SHA for a854ce2
1 file changed
src/MatrixAlgebraKit.jl
@@ -35,7 +35,7 @@ export LAPACK_HouseholderQR, LAPACK_HouseholderLQ,
35
LQViaTransposedQR,
36
CUSOLVER_Simple,
37
CUSOLVER_HouseholderQR, CUSOLVER_QRIteration, CUSOLVER_SVDPolar, CUSOLVER_Jacobi, CUSOLVER_Randomized, CUSOLVER_DivideAndConquer,
38
- ROCSOLVER_HouseholderQR, ROCSOLVER_QRIteration, ROCSOLVER_Jacobi
+ ROCSOLVER_HouseholderQR, ROCSOLVER_QRIteration, ROCSOLVER_Jacobi, ROCSOLVER_DivideAndConquer, ROCSOLVER_Bisection
39
export truncrank, trunctol, truncabove, TruncationKeepSorted, TruncationKeepFiltered
40
41
VERSION >= v"1.11.0-DEV.469" &&
0 commit comments