Re-exports§
pub use self::mode::*;
Modules§
Structs§
- Params
Base - The ParamsBase struct is a generic store for linear parameters. The store mimics
the underlying ArrayBase, enabling developers to specify
the data repr and dimension. Additionally, the store is parameterized to
accept a
Ktype, used to designate the store as either Biased or Unbiased.