Main Content
fixed.qlessQR
Syntax
Description
returns the upper-triangular R
= fixed.qlessQR(A
,forgettingFactor
)R
factor of the QR decomposition and
multiplies R
by the forgettingFactor
before each
row of A
is processed.
returns the upper-triangular R
= fixed.qlessQR(A
,[],regularizationParameter
)R
factor of the QR decomposition of where A
is an
m-by-n matrix and λ is the
regularizationParameter
.
returns the upper-triangular R
= fixed.qlessQR(A
,forgettingFactor
,regularizationParameter
)R
factor of the QR decomposition of
where α is the forgettingFactor
,
λ is the regularizationParameter
, and
A
is an m-by-n matrix.