public class QRDecompositor extends RawQRDecompositor implements MatrixDecompositor
matrix| Constructor and Description |
|---|
QRDecompositor(Matrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
Matrix[] |
decompose()
Returns the result of QR decomposition of given matrix
|
applicableTofail, selfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicableTo, selfpublic QRDecompositor(Matrix matrix)
public Matrix[] decompose()
See http://mathworld.wolfram.com/QRDecomposition.html for more details.
decompose in interface MatrixDecompositordecompose in class RawQRDecompositorCopyright © 2015. All rights reserved.