serve/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMAQRDecomposition.php

Classes

QRDecomposition For an m-by-n matrix A with m >= n, the QR decomposition is an m-by-n orthogonal matrix Q and an n-by-n upper triangular matrix R so that A = Q*R.