Description Objects from the Class Slots Methods Author(s) See Also Examples
Contains the results of a QR decomposition from using the qr() method on a gmatrix object. Note that the gmatrix solve function uses QR decompostion. Also, qr.coef can act on the gqr object. The qr method does not use pivoting or check the matrix rank. The QR and related methods are only available for cuda v7.0 or greater.
Objects can be created by calls of the qr() method.
qr:Information about the Q and R matrices stored as and bject of class "gmatrix".
qraux:Information about the Q matrix stored as an object of class "gvector".
Simular to the qr.coef function.
Simular to the solve.qr function.
Nathan Morris
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.