QR Decomposition – S4 Methods and Generic
QR分解 - 中S4中方法和通用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The "Matrix" package provides methods for the QR decomposition of special classes of matrices. There is a generic function which uses qr as default, but methods defined in this package can take extra arguments. In particular there is an option for determining a fill-reducing permutation of the columns of a sparse, rectangular matrix.
"Matrix"包提供了类特殊矩阵的QR分解方法。有一个通用的功能,使用qr作为默认,但在这个包中定义的方法可以采取额外的参数。特别是有一个确定的稀疏,长方形矩阵的列填充减少置换选项。
方法----------Methods----------
x = "dgCMatrix" QR decomposition of a general sparse double-precision matrix with nrow(x) >= ncol(x). Returns
X =一般稀疏矩阵的双精度nrow(x) >= ncol(x)的“dgCMatrix”QR分解。返回
x = "sparseMatrix" works via "dgCMatrix".
X =的“sparseMatrix”的作品,通过"dgCMatrix"。
参见----------See Also----------
qr; documentation for classes sparseQR and dgCMatrix.
qr;文档类sparseQR和dgCMatrix。