Skip to content

Commit 3b631ce

Browse files
committed
fix imports and exports
1 parent 96b6509 commit 3b631ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LinearSolve.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ error_no_cudss_lu(A) = nothing
237237
cudss_loaded(A) = false
238238
is_cusparse(A) = false
239239

240+
export LinearVerbosity, LinearErrorControlVerbosity, LinearPerformanceVerbosity, LinearNumericalVerbosity
241+
240242
export LUFactorization, SVDFactorization, QRFactorization, GenericFactorization,
241243
GenericLUFactorization, SimpleLUFactorization, RFLUFactorization,
242244
NormalCholeskyFactorization, NormalBunchKaufmanFactorization,

0 commit comments

Comments
 (0)