| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property P As Matrix | |
| C# | |
|---|---|
public Matrix P {get;} | |
Property Value
A Matrix object containing the factor P of the QR factorization.The QR factorization of a general m by n matrix A is formed as A*P = Q*R where P is a permutation matrix, Q is a mxn (mxm if m<n) orthogonal matrix and R is a nxn (mxn if m<n) upper triangular (upper trapezoidal if m<n) matrix.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7