Ivan Mironov
Ivan Mironov
[Currently](https://github.com/dimforge/nalgebra/blob/122897ff16d99b81f45f2a014dc10c922b2a7262/src/linalg/mod.rs#L33) it is commented out with following comment: ```rust // TODO: Not complete enough for publishing. // This handles only cases where each eigenvalue has multiplicity one. // mod eigen;...
Hi! I am trying to write a software 3D rasterizer and want to use `nalgebra` with SIMD as a math library. Here I tried to add AoSoA SIMD support for...
### Checklist * [x] I have read the [Contributor Guide](../CONTRIBUTING.md) * [x] I have read and agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) * [x] I have added a description of...
### Checklist * [x] I have read the [Contributor Guide](../CONTRIBUTING.md) * [x] I have read and agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) * [x] I have added a description of...
# Compatibility Report - Name of the game with compatibility issues: Subnautica: Below Zero - Steam AppID of the game: 848450 ## System Information - GPU: [AMD/ATI] Tahiti XT [Radeon...
Implementations of `Distribution for StandardUniform` for all SIMD types containing `isize` and `usize` now generate random values using `fill_bytes()`. Uniform distribution for `isize` and `usize` was removed from `rand` crate....
There is a fix for a [read hang](https://github.com/serialport/serialport-rs/issues/7) for a sync `serialport`: https://github.com/serialport/serialport-rs/pull/192. The only problem with it is that it breaks `tokio-serial` unless `mio-serial` sets VMIN to 1. This...