__construct(\matrix $A) : \Structure
\matrix
Rectangular matrix
\Structure
to access R and the Householder vectors and compute Q.getH() : \Matrix
\Matrix
Lower trapezoidal matrix whose columns define the reflectionsgetQ() : \Matrix
\Matrix
orthogonal factorgetR() : \Matrix
\Matrix
upper triangular factorisFullRank() : boolean
boolean
true if R, and hence A, has full rank, else false.solve(\Matrix $B) : \Matrix
\Matrix
A Matrix with as many rows as A and any number of columns.
\Matrix
Matrix that minimizes the two norm of Q*R*X-B.$QR : array
$Rdiag : array
$m : integer
$n : integer
MatrixRankException