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.Copyright © 2015. All rights reserved.