Skip to content

Commit 3fe0f7c

Browse files
committed
fix imports and exports
1 parent 5a7b42c commit 3fe0f7c

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
@@ -228,6 +228,8 @@ error_no_cudss_lu(A) = nothing
228228
cudss_loaded(A) = false
229229
is_cusparse(A) = false
230230

231+
export LinearVerbosity, LinearErrorControlVerbosity, LinearPerformanceVerbosity, LinearNumericalVerbosity
232+
231233
export LUFactorization, SVDFactorization, QRFactorization, GenericFactorization,
232234
GenericLUFactorization, SimpleLUFactorization, RFLUFactorization,
233235
NormalCholeskyFactorization, NormalBunchKaufmanFactorization,

0 commit comments

Comments
 (0)