faer 0.20.2

Linear algebra routines
Documentation
1
2
3
4
5
6
const LINEAR_IMPL_THRESHOLD: usize = 128;

pub mod norm_l1;
pub mod norm_l2;
pub mod norm_max;
pub mod sum;