Geometric-Algebra icon indicating copy to clipboard operation
Geometric-Algebra copied to clipboard

Results 1 Geometric-Algebra issues
Sort by recently updated
recently updated
newest added

you need to install [cargo](https://www.rust-lang.org/tools/install) but try https://crates.io/crates/geonum you can work with high dimensional multivectors: ```rs use geonum::*; use std::f64::consts::PI; use std::f64::consts::TAU; #[test] fn it_operates_on_high_dimensional_multivectors() { let space = Dimensions::new(1_000);...