|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJampack.Zhess
public class Zhess
Zhess implements the unitary reduction to Hessenberg form by a unitary similarity transformation. Specifically, given a square matrix A, there is a unitary matrix U such that
H = U^H AUis upper Hessenberg. Zhess represents U and H as Zmats.
Field Summary | |
---|---|
Zmat |
H
The upper Hessenberg matrix |
Zmat |
U
The unitary matrix |
Constructor Summary | |
---|---|
Zhess(Zmat A)
Creates a Zhess from a square Zmat. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Zmat H
public Zmat U
Constructor Detail |
---|
public Zhess(Zmat A) throws JampackException
A
- A Zmat
JampackException
- Thrown if A is not square.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |