qr property

QRDecomposition qr

Returns the QR Decomposition of this Matrix.

Implementation

QRDecomposition get qr => QRDecomposition(this);