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
|
applicableTo
fail, self
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicableTo, self
public QRDecompositor(Matrix matrix)
public Matrix[] decompose()
See http://mathworld.wolfram.com/QRDecomposition.html for more details.
decompose
in interface MatrixDecompositor
decompose
in class RawQRDecompositor
Copyright © 2015. All rights reserved.