Main Content
fixed.qlessQRUpdate
Description
updates upper-triangular R
= fixed.qlessQRUpdate(R
, y
, forgettingFactor
)R
with vector y
and
multiplies the result by the value specified by
forgettingFactor
.
This syntax is equivalent to
[~,R] = qr([R;y],0); R(:) = forgettingFactor * R;
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020b