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
@@ -25,22 +24,33 @@ This graph is defined as `G = (R, C, E)` where `R = 1:m` is the set of row indic
25
24
26
25
# Fields
27
26
28
-
- `A::AbstractMatrix`
27
+
- `A_colmajor::AbstractMatrix`: output of [`col_major`](@ref) applied to `A`
28
+
- `A_rowmajor::AbstractMatrix`: output of [`row_major`](@ref) applied to `A`
29
29
30
30
# Reference
31
31
32
32
> [What Color Is Your Jacobian? Graph Coloring for Computing Derivatives](https://epubs.siam.org/doi/abs/10.1137/S0036144504444711), Gebremedhin et al. (2005)
@@ -130,18 +132,23 @@ This graph is defined as `G = (C, E)` where `C = 1:n` is the set of columns and
130
132
131
133
# Fields
132
134
133
-
- `A::AbstractMatrix`
135
+
- `A_colmajor::AbstractMatrix`: output of [`col_major`](@ref) applied to `A`
134
136
135
137
# Reference
136
138
137
139
> [What Color Is Your Jacobian? Graph Coloring for Computing Derivatives](https://epubs.siam.org/doi/abs/10.1137/S0036144504444711), Gebremedhin et al. (2005)
0 commit comments