Module params

Source

Re-exports§

pub use self::mode::*;

Modules§

item
mode

Structs§

ParamsBase
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 K type, used to designate the store as either Biased or Unbiased.

Enums§

Param
Auto-generated discriminant enum variants
Parameter

Type Aliases§

LinearParams
LinearParamsShared