Re-exports§
pub use crate::aberth::aberth;pub use crate::aberth::aberth_mt;pub use crate::aberth::initial_aberth;pub use crate::horner::horner_eval_c;pub use crate::horner::horner_eval_f;pub use crate::matrix2::Matrix2;pub use crate::rootfinding::initial_autocorr;pub use crate::rootfinding::initial_guess;pub use crate::rootfinding::pbairstow_autocorr;pub use crate::rootfinding::pbairstow_autocorr_mt;pub use crate::rootfinding::pbairstow_even;pub use crate::rootfinding::pbairstow_even_mt;pub use crate::rootfinding::Options;pub use crate::vector2::Vector2;
Modules§
- aberth
- This module implements the Aberth method for finding the roots of a polynomial.
- horner
- This module implements Horner’s method for polynomial evaluation.
- leja_
order - This module implements the Leja ordering.
- matrix2
- This module implements a simple 2x2 matrix.
- rootfinding
- This module implements the Bairstow’s method for finding the roots of a polynomial.
- vector2
- This module implements a simple 2D vector.
- vector2_
ref - This module implements a simple 2D vector reference.