|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJampack.Minus
public class Minus
Minus negates a matrix or computes the difference of two matrices.
Constructor Summary | |
---|---|
Minus()
|
Method Summary | |
---|---|
static Zdiagmat |
o(Zdiagmat D)
Negates a Zdiagmat. |
static Zdiagmat |
o(Zdiagmat D1,
Zdiagmat D2)
Computes the difference of a two Zdiagmats. |
static Zmat |
o(Zdiagmat D,
Zmat A)
Computes the difference of a Zdiagmat and a Zmat. |
static Zmat |
o(Zmat A)
Negates a Zmat |
static Zmat |
o(Zmat A,
Zdiagmat D)
Computes the difference of a Zmat and a Zdiagmat. |
static Zmat |
o(Zmat A,
Zmat B)
Computes the difference of two Zmats. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Minus()
Method Detail |
---|
public static Zmat o(Zmat A, Zmat B) throws JampackException
A
- The diminuendB
- The subtrahend
JampackException
- Thrown if there is a nonconformity.public static Zmat o(Zmat A)
A
- The matrix to be negated
public static Zmat o(Zmat A, Zdiagmat D) throws JampackException
A
- The ZmatD
- The Zdiagmat
JampackException
- Thrown if there is a nonconformity.public static Zmat o(Zdiagmat D, Zmat A) throws JampackException
D
- The ZdiagmatA
- The Zmat
JampackException
- Thrown if there is a nonconformity.public static Zdiagmat o(Zdiagmat D1, Zdiagmat D2) throws JampackException
D1
- The first ZdiagmatD2
- The second Zdiagmat
JampackException
- Thrown if there is a nonconformity.public static Zdiagmat o(Zdiagmat D)
D
- The Zdiagmat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |