File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed
Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,36 @@ Pkg.add("LinearSolve")
3939Wrappers for every linear solver in the Julia language is on the roadmap. If
4040there are any important ones that are missing that you would like to see added,
4141please open an issue. The current algorithms should support automatic differentiation.
42- Pre-defined preconditioners would be a welcome addition.
42+ Pre-defined preconditioners would be a welcome addition.
43+
44+ ## Reproducibility
45+ ``` @raw html
46+ <details><summary>The documentation of this SciML package was build using these direct dependencies</summary>
47+ ```
48+ ``` @example
49+ using Pkg # hide
50+ Pkg.status() # hide
51+ ```
52+ ``` @raw html
53+ </details>
54+ ```
55+ ``` @raw html
56+ <details><summary>and using this machine and Julia version:</summary>
57+ ```
58+ ``` @example
59+ using InteractiveUtils # hide
60+ versioninfo() # hide
61+ ```
62+ ``` @raw html
63+ </details>
64+ ```
65+ ``` @raw html
66+ <details><summary>A more complete overview of all dependencies and their versions is also provided:</summary>
67+ ```
68+ ``` @example
69+ using Pkg # hide
70+ Pkg.status(;mode = PKGMODE_MANIFEST) # hide
71+ ```
72+ ``` @raw html
73+ </details>
74+ ```
You can’t perform that action at this time.
0 commit comments