Uses of Class
org.apache.commons.math3.linear.QRDecomposition

Packages that use QRDecomposition
org.apache.commons.math3.linear Linear algebra support. 
 

Uses of QRDecomposition in org.apache.commons.math3.linear
 

Subclasses of QRDecomposition in org.apache.commons.math3.linear
 class RRQRDecomposition
          Calculates the rank-revealing QR-decomposition of a matrix, with column pivoting.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.