Commit 0a7e297
Will Kimmerer
Add shallow types and KLU support, initial UMFPACK support as well (#90)
* enable use of Plain Ol' Arrays using shallow pack
* port the KLU experiments, expand pack interface slightly
* klu working
* klu working
* KLU can now use GBVector, add a copyto!, real and imag functions extended to collections
* followup to prev commit
* broaden broadcasting definitions, prep for internal pack
* add shallow types, rm gbpointer
* finish rm gbpoiinter
* enable refactor, pack and unpack improvements + packbroadcast
* add klu to testing set up. flesh out shallow types (note: need to add repack interface)
* fix #88
* pull in Umfpack work, untested except by hand
* rm extraneous kwargs1 parent f36f7ed commit 0a7e297
File tree
42 files changed
+2756
-415
lines changed- lib
- src
- operations
- operators
- solvers
- test
- solvers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+2756
-415
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| |||
0 commit comments