Jampack
Class Zqrd
- java.lang.Object
-
- Jampack.Zqrd
-
public class Zqrd extends java.lang.ObjectImplements a QR decomposition. Specifically, given a matrix A there are is a unitary matrix Q such thatQHA = Rwhere R is zero below its diagonal. In constructing this decomposition, Zqrd represents Q as a Zmat. R is represented by a Zutmat.At a later stage an economical version of the decomposition will be implemented, in which only A.nc columns of Q are returned.
-
-
Field Detail
-
Q
public Zmat Q
The unitary matrix Q
-
R
public Zutmat R
The R factor. If A.nr>A.nc then R is square of order A.nc. Otherwise R has the same dimensions as A.
-
-
Constructor Detail
-
Zqrd
public Zqrd(Zmat A) throws JampackException
Constructs a Zqrd from a Zmat.- Parameters:
A- A Zmat- Throws:
JampackException- Passed from below.
-
-
DMelt 3.0 © DataMelt by jWork.ORG