|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Zdiagmat | |
---|---|
Jampack |
Uses of Zdiagmat in Jampack |
---|
Fields in Jampack declared as Zdiagmat | |
---|---|
Zdiagmat |
Zspec.D
The matrix of eigenvalues |
Zdiagmat |
Eig.D
The diagonal matrix of eigenvalues |
Zdiagmat |
Zsvd.S
The diagonal matrix of singular values |
Methods in Jampack that return Zdiagmat | |
---|---|
static Zdiagmat |
Minus.o(Zdiagmat D)
Negates a Zdiagmat. |
static Zdiagmat |
Inv.o(Zdiagmat D)
Computes the inverse of a Zdiagmat. |
static Zdiagmat |
H.o(Zdiagmat D)
Returns the conjugate transpose of a Zdiagmat. |
static Zdiagmat |
Times.o(Zdiagmat D1,
Zdiagmat D2)
Computes the product of two Zdiagmats. |
static Zdiagmat |
Plus.o(Zdiagmat D1,
Zdiagmat D2)
Computes the sum of a Zdiagmat and a Zdiagmat. |
static Zdiagmat |
Minus.o(Zdiagmat D1,
Zdiagmat D2)
Computes the difference of a two Zdiagmats. |
static Zdiagmat |
Times.o(Z z,
Zdiagmat D)
Computes the product of a Z and a Zdiagmat. |
Methods in Jampack with parameters of type Zdiagmat | |
---|---|
static void |
Parameters.adjustBaseIndex(Zdiagmat A)
Adjust the base index of a Zdiagmat to make it conform to the default. |
static double |
Norm.fro(Zdiagmat D)
Computes the Frobenius norm of a Zdiagmat. |
static void |
Print.o(Zdiagmat D)
Prints a Zdiagmat in default format. |
static Zdiagmat |
Minus.o(Zdiagmat D)
Negates a Zdiagmat. |
static Zdiagmat |
Inv.o(Zdiagmat D)
Computes the inverse of a Zdiagmat. |
static Zdiagmat |
H.o(Zdiagmat D)
Returns the conjugate transpose of a Zdiagmat. |
static void |
Print.o(Zdiagmat D,
int w,
int d)
Prints a Zdiagmat in w.d e format. |
static Zdiagmat |
Times.o(Zdiagmat D1,
Zdiagmat D2)
Computes the product of two Zdiagmats. |
static Zdiagmat |
Plus.o(Zdiagmat D1,
Zdiagmat D2)
Computes the sum of a Zdiagmat and a Zdiagmat. |
static Zdiagmat |
Minus.o(Zdiagmat D1,
Zdiagmat D2)
Computes the difference of a two Zdiagmats. |
static Zmat |
Times.o(Zdiagmat D,
Zmat A)
Computes the product of a Zdiagmat and a Zmat. |
static Zmat |
Plus.o(Zdiagmat D,
Zmat A)
Computes the sum of a Zdiagmat and a Zmat. |
static Zmat |
Minus.o(Zdiagmat D,
Zmat A)
Computes the difference of a Zdiagmat and a Zmat. |
static Zmat |
Times.o(Zmat A,
Zdiagmat D)
Computes the product of a Zmat and a Zdiagmat. |
static Zmat |
Plus.o(Zmat A,
Zdiagmat D)
Computes the sum of a Zmat and a Zdiagmat. |
static Zmat |
Minus.o(Zmat A,
Zdiagmat D)
Computes the difference of a Zmat and a Zdiagmat. |
static Zdiagmat |
Times.o(Z z,
Zdiagmat D)
Computes the product of a Z and a Zdiagmat. |
Constructors in Jampack with parameters of type Zdiagmat | |
---|---|
Zdiagmat(Zdiagmat D)
Constructs a Zdiagmat and initializes it to another Zdiagmat. |
|
Zmat(Zdiagmat D)
Creates a Zmat and initialize it to a Zdiagmat. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |