Libraries | |
| object | |
| returns the matrix object this class refers to | |
| qr | |
| returns the lu object this class refers to | |
This class provides a QR decomposition for nonsingular matrices. At construction, it factorizes the given matrix and stores Q and R matrices.
1.5.6