Skip to main content

Module eq_mult

Module eq_mult 

Source
Expand description

Equality-multiplier estimation — port of IpEqMultCalculator.hpp, IpLeastSquareMults.{hpp,cpp}.

Re-exports§

pub use trait::EqMultCalculator;

Modules§

least_square
Least-squares multiplier estimate — port of Algorithm/IpLeastSquareMults.{hpp,cpp}. Solves the W=0 augmented system to get an initial y_c/y_d.
trait
EqMultCalculator trait — port of IpEqMultCalculator.hpp.