Crate rust_poly

Source

Re-exports§

pub use num;

Modules§

roots

Macros§

complex
A more convenient way to write Complex::new(...).
poly
A more convenient way of writing Poly::new(&[Complex::new(...)...])

Structs§

Poly

Traits§

RealScalar
The trait bounds necessary to provide the basic functionality of this crate.

Type Aliases§

Poly32
Poly64