qr
Orthogonal-triangular decomposition
Description
The Fixed-Point Designer™ qr
function differs
from the MATLAB® qr
function as follows:
The input
A
inqr(A)
must be a real, signedfi
object.The
qr
function ignores and discards anyfimath
attached to the input. The output is always associated with the defaultfimath
.Pivoting is not supported for fixed-point inputs. You cannot use the following syntaxes:
[~,~,E] = qr(...)
qr(A,'vector')
qr(A,B,'vector')
Economy size decomposition is not supported for fixed-point inputs. You cannot use the following syntax:
[Q,R] = qr(A,0)
.The least-squares-solution form is not supported for fixed-point inputs. You cannot use the following syntax:
qr(A,B)
.
Refer to the MATLAB qr
reference
page for more information.
Extended Capabilities
Version History
Introduced in R2014a