Skip to content

Commit 3ff1edf

Browse files
committed
Export ROCSOLVER_DivideAndConquer
1 parent c1753b8 commit 3ff1edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MatrixAlgebraKit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export LAPACK_HouseholderQR, LAPACK_HouseholderLQ,
3535
LQViaTransposedQR,
3636
CUSOLVER_Simple,
3737
CUSOLVER_HouseholderQR, CUSOLVER_QRIteration, CUSOLVER_SVDPolar, CUSOLVER_Jacobi, CUSOLVER_Randomized, CUSOLVER_DivideAndConquer,
38-
ROCSOLVER_HouseholderQR, ROCSOLVER_QRIteration, ROCSOLVER_Jacobi
38+
ROCSOLVER_HouseholderQR, ROCSOLVER_QRIteration, ROCSOLVER_Jacobi, ROCSOLVER_DivideAndConquer
3939
export truncrank, trunctol, truncabove, TruncationKeepSorted, TruncationKeepFiltered
4040

4141
VERSION >= v"1.11.0-DEV.469" &&

0 commit comments

Comments
 (0)