determinant and inverse does not work for wide matrix types because ComplexField is not implemented for simba::simd types
Open
enhancement
P-medium
performance
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
In adding a more complete set of wide benchmarks to `mathbench-rs` I discovered that `MatrixN` (and other simd types) don't properly provide a `determinant` function because the required trait bounds aren't met (this also affects `try_inverse`)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.