We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2cc3a commit ad1c9c8Copy full SHA for ad1c9c8
1 file changed
DifferentiationInterface/ext/DifferentiationInterfaceSparseMatrixColoringsExt/jacobian_mixed.jl
@@ -6,7 +6,8 @@ struct SMCMixedModeSparseJacobianPrep{
6
BSr<:DI.BatchSizeSettings,
7
P<:AbstractMatrix,
8
C<:AbstractColoringResult{:nonsymmetric,:bidirectional},
9
- M<:AbstractMatrix{<:Number},
+ Mf<:AbstractMatrix{<:Number},
10
+ Mr<:AbstractMatrix{<:Number},
11
Sfp<:NTuple,
12
Srp<:NTuple,
13
Sf<:Vector{<:NTuple},
@@ -21,8 +22,8 @@ struct SMCMixedModeSparseJacobianPrep{
21
22
batch_size_settings_reverse::BSr
23
sparsity::P
24
coloring_result::C
- compressed_matrix_forward::M
25
- compressed_matrix_reverse::M
+ compressed_matrix_forward::Mf
26
+ compressed_matrix_reverse::Mr
27
batched_seed_forward_prep::Sfp
28
batched_seed_reverse_prep::Srp
29
batched_seeds_forward::Sf
0 commit comments