All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jampack.Times

java.lang.Object
   |
   +----Jampack.Times

public class Times
extends Object

Constructor Index

 o Times()

Method Index

 o aah(Zmat)
Computes AAH, where A is a Zmat.
 o aha(Zmat)
Computes AHA, where A is a Zmat.
 o o(Z, Zdiagmat)
Computes the product of a Z and a Zdiagmat.
 o o(Z, Zmat)
Computes the product of a Z and a Zmat.
 o o(Zdiagmat, Zdiagmat)
Computes the product of two Zdiagmats.
 o o(Zdiagmat, Zmat)
Computes the product of a Zdiagmat and a Zmat.
 o o(Zmat, Zdiagmat)
Computes the product of a Zmat and a Zdiagmat.
 o o(Zmat, Zmat)
Computes the product of two Zmats.

Constructors

 o Times
 public Times()

Methods

 o o
 public static Zmat o(Z z,
                      Zmat A)
Computes the product of a Z and a Zmat.

Parameters:
z - The complex scalar
A - The Zmat
Returns:
zA
 o o
 public static Zmat o(Zmat A,
                      Zmat B) throws JampackException
Computes the product of two Zmats.

Parameters:
A - The first Zmat
B - The second Zmat
Returns:
AB
Throws: JampackException
for unconformity
 o aha
 public static Zpsdmat aha(Zmat A)
Computes AHA, where A is a Zmat.

Parameters:
A - The Zmat
Returns:
AHA
 o aah
 public static Zpsdmat aah(Zmat A)
Computes AAH, where A is a Zmat.

Parameters:
A - The Zmat
Returns:
AAH
 o o
 public static Zdiagmat o(Z z,
                          Zdiagmat D)
Computes the product of a Z and a Zdiagmat.

Parameters:
z - The complex scalar
D - The Zdiagmat
Returns:
zD
 o o
 public static Zdiagmat o(Zdiagmat D1,
                          Zdiagmat D2) throws JampackException
Computes the product of two Zdiagmats.

Parameters:
D1 - The first Zdiagmat
D2 - The second Zdiagmat
Returns:
D1*D2
Throws: JampackException
for unconformity
 o o
 public static Zmat o(Zdiagmat D,
                      Zmat A) throws JampackException
Computes the product of a Zdiagmat and a Zmat.

Parameters:
D - The Zdiagmat
A - The Zmat
Returns:
DA
Throws: JampackException
for unconformity
 o o
 public static Zmat o(Zmat A,
                      Zdiagmat D) throws JampackException
Computes the product of a Zmat and a Zdiagmat.

Parameters:
A - The Zgmat
D - The Zdiagmat
Returns:
AD
Throws: JampackException
for unconformity

All Packages  Class Hierarchy  This Package  Previous  Next  Index