Austra.Library.Helpers Namespace
Contains helping code for SIMD and other low-level operations.
Random256 | Generates AVX256-compatible random numbers using the xoshiro256** algorithm. |
Random512 | Generates AVX512-compatible random numbers using the xoshiro256** algorithm. |
Simd | Implements AVX/AVX2/FMA extensions. |
Vec | Implements common matrix and vector operations. |