qr

final static Array<Matrixqr(Matrix $self)

Calculates QR decomposition of square matrix.

Return

an array of { orthogonal matrix, upper triangular matrix }.