faer 0.24.0

linear algebra library
Documentation
1
2
3
4
5
6
7
const LINEAR_IMPL_THRESHOLD: usize = 128;
pub mod determinant;
pub mod norm_l1;
pub mod norm_l2;
pub mod norm_l2_sqr;
pub mod norm_max;
pub mod sum;