You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DifferentiationInterface/ext/DifferentiationInterfaceSparseMatrixColoringsExt/DifferentiationInterfaceSparseMatrixColoringsExt.jl
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,81 @@ import SparseMatrixColorings as SMC
19
19
20
20
abstract type SMCSparseJacobianPrep{SIG} <:DI.SparseJacobianPrep{SIG}end
21
21
22
+
"""
23
+
SMC.sparsity_pattern(prep::DI.SparseJacobianPrep)
24
+
25
+
Return the sparsity pattern of a sparse `prep` object created by [`prepare_jacobian`](@ref).
0 commit comments