//! Dynamic-size `no_std + alloc` embedded runtimes.
//!usefaer::{Col, Mat};pubmodestimation;/// Heap-backed dense matrix used by the `embedded::alloc` estimators.
pubtypeMatrix<T>=Mat<T>;/// Heap-backed dense column vector used by the `embedded::alloc` estimators.
pubtypeVector<T>=Col<T>;