SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.matrix.doubles.factorization.qr
Class QR

java.lang.Object
  extended by com.numericalmethod.suanshu.matrix.doubles.factorization.qr.QR
All Implemented Interfaces:
QRDecomposition

public class QR
extends java.lang.Object
implements QRDecomposition

QR decomposition of a matrix.

It decomposes a m x n matrix A so that

 A = Q %*% R