Skip to main content

Module prelude

Module prelude 

Source
Expand description

Everything needed to work with Complex, in one glob.

use thermite::prelude::*;
use thermite_complex::prelude::*;

Complex itself lives at the crate root, being the type this crate is about; the traits are spread across math and its submodules, and that layout is an implementation detail. Import from here.

Re-exports§

pub use crate::math::specialized::ComplexVector;
pub use crate::math::specialized::SpecializedComplexMath;
pub use crate::math::ComplexMath;
pub use crate::math::ComplexMathWithPolicy;
pub use crate::RealFloatVector;
pub use crate::Complex;
pub use crate::RealValue;
pub use crate::math::special::ComplexSpecialMath;special
pub use crate::math::special::ComplexSpecialMathWithPolicy;special
pub use crate::math::special::SpecializedComplexSpecialMath;special