Skip to content

Commit 0a075fe

Browse files
Update src/extension_algs.jl
1 parent d7f1f8c commit 0a075fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension_algs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ provides high-performance factorization and solve capabilities.
462462
`Float64` element types with `Int32` indices.
463463
"""
464464
struct CUSOLVERRFFactorization <: AbstractSparseFactorization
465-
symbolic::Symbol = :RF
466-
reuse_symbolic::Bool = true
465+
symbolic::Symbol
466+
reuse_symbolic::Bool
467467

468468
function CUSOLVERRFFactorization(; symbolic::Symbol = :RF, reuse_symbolic::Bool = true)
469469
ext = Base.get_extension(@__MODULE__, :CUSOLVERRFFactorization)

0 commit comments

Comments
 (0)