We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f1f8c commit 0a075feCopy full SHA for 0a075fe
src/extension_algs.jl
@@ -462,8 +462,8 @@ provides high-performance factorization and solve capabilities.
462
`Float64` element types with `Int32` indices.
463
"""
464
struct CUSOLVERRFFactorization <: AbstractSparseFactorization
465
- symbolic::Symbol = :RF
466
- reuse_symbolic::Bool = true
+ symbolic::Symbol
+ reuse_symbolic::Bool
467
468
function CUSOLVERRFFactorization(; symbolic::Symbol = :RF, reuse_symbolic::Bool = true)
469
ext = Base.get_extension(@__MODULE__, :CUSOLVERRFFactorization)
0 commit comments