Module prelude

Module prelude 

Source
Expand description

This module can be wildcard-imported to make the traits available without polluting the local namespace.

Re-exportsยง

pub use super::eig::Eig;
pub use super::lu::LU;
pub use super::matmul::ContractBuilder;
pub use super::matmul::MatMul;
pub use super::matmul::MatMulBuilder;
pub use super::matvec::Argmax;
pub use super::matvec::MatVec;
pub use super::matvec::MatVecBuilder;
pub use super::matvec::VecOps;
pub use super::qr::QR;
pub use super::svd::SVD;