public class Zchol extends Object
A = R^H R
The matrix R is implemented as a Zutmat.public int n
public Zutmat R
public Zchol(Zmat A) throws JampackException
A - The matrix whose Cholesky decomposition is
to be computed.JampackException - Thrown if A is not square or Hermitian.Jas4pp 1.5 © Java Analysis Studio for Particle Physics