faer_lu/
lib.rs

1#![allow(clippy::type_complexity)]
2#![allow(clippy::too_many_arguments)]
3#![cfg_attr(not(feature = "std"), no_std)]
4
5pub mod full_pivoting;
6pub mod partial_pivoting;