//! This module can be wildcard-imported to make the traits available without polluting the local
//! namespace.
pubusesuper::eig::Eig;pubusesuper::lu::LU;pubusesuper::matmul::{ContractBuilder, MatMul, MatMulBuilder};pubusesuper::matvec::{Argmax, MatVec, MatVecBuilder, VecOps};pubusesuper::qr::QR;pubusesuper::svd::SVD;