Uses of Class
Jampack.Zpsdmat

Packages that use Zpsdmat
Jampack   
 

Uses of Zpsdmat in Jampack
 

Methods in Jampack that return Zpsdmat
static Zpsdmat Times.aah(Zmat A)
          Computes AAH, where A is a Zmat.
static Zpsdmat Times.aha(Zmat A)
          Computes AHA, where A is a Zmat.
static Zpsdmat Inv.o(Zpsdmat A)
          Computes the inverse of a Zpsdmat.
 

Methods in Jampack with parameters of type Zpsdmat
static Zmat Solve.aib(Zpsdmat A, Zmat B)
          Solves AX = B, where A is a Zpsdmat and B is a Zmat.
static Zmat Solve.bai(Zmat B, Zpsdmat A)
          Solves XA = B, where A is a Zpsdmat and B is a Zmat.
static Zpsdmat Inv.o(Zpsdmat A)
          Computes the inverse of a Zpsdmat.