Matrix.QRDecomposition(Matrix, Matrix) Method

Top 

Description

Decomposes matrix A into matrices Q and R such that A = QR by using Householder transformations. Here, Q is a unitary matrix and R is an upper triangular matrix.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Matrix.QRDecomposition(

Matrix Q,


Matrix R)

 

 

Arguments

Q


Description:

The Q orthogonal matrix.

 

 

R


Description:

The R upper triangle matrix.

 

 

 

Syntax

myMatrix1.QRDecomposition(myMatrix2, myMatrix3);

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide