Port the Gram matrix realization routine to Rust
Validate with the process inspection example tests, which print out their results and optimization histories when run one at a time in `--nocapture` mode.
This commit is contained in:
parent
e59d60bf77
commit
9fe03264ab
3 changed files with 328 additions and 1 deletions
|
@ -10,6 +10,7 @@ default = ["console_error_panic_hook"]
|
|||
[dependencies]
|
||||
itertools = "0.13.0"
|
||||
js-sys = "0.3.70"
|
||||
lazy_static = "1.5.0"
|
||||
nalgebra = "0.33.0"
|
||||
rustc-hash = "2.0.0"
|
||||
slab = "0.4.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue