Class QREx1

java.lang.Object
com.imsl.test.example.math.QREx1

public class QREx1 extends Object

Performs the QR factorization of a matrix.

The QR factorization of a matrix is performed. A linear system is then solved using the factorization. The rank of the input matrix is also computed.
See Also: