Uses of Class
Jampack.Zltmat

Packages that use Zltmat
Jampack   
 

Uses of Zltmat in Jampack
 

Fields in Jampack declared as Zltmat
 Zltmat Zludpp.L
          The lower triangular matrix L
 

Methods in Jampack that return Zltmat
static Zltmat Inv.o(Zltmat L)
          Computes the inverse of a Zltmat.
 

Methods in Jampack with parameters of type Zltmat
static Zmat Solve.ahib(Zltmat L, Zmat B)
          Solves LHX = B, where L is a Zltmat and B is a Zmat.
static Zmat Solve.aib(Zltmat L, Zmat B)
          Solves LX = B, where L is a Zltmat and B is a Zmat.
static Zmat Solve.bahi(Zmat B, Zltmat L)
          Solves XLH = B, where L is a Zltmat and B is a Zmat.
static Zmat Solve.bai(Zmat B, Zltmat L)
          Solves XL = B, where L is a Zltmat and B is a Zmat.
static Zltmat Inv.o(Zltmat L)
          Computes the inverse of a Zltmat.