|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJampack.Plus
public class Plus
Plus Computes the sum of two matrices.
Constructor Summary | |
---|---|
Plus()
|
Method Summary | |
---|---|
static Zdiagmat |
o(Zdiagmat D1,
Zdiagmat D2)
Computes the sum of a Zdiagmat and a Zdiagmat. |
static Zmat |
o(Zdiagmat D,
Zmat A)
Computes the sum of a Zdiagmat and a Zmat. |
static Zmat |
o(Zmat A,
Zdiagmat D)
Computes the sum of a Zmat and a Zdiagmat. |
static Zmat |
o(Zmat A,
Zmat B)
Computes the sum of two Zmats |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Plus()
Method Detail |
---|
public static Zmat o(Zmat A, Zmat B) throws JampackException
A
- The first ZmatB
- The second Zmat
JampackException
- Thrown for nonconformity.public static Zmat o(Zmat A, Zdiagmat D) throws JampackException
A
- The ZmatD
- The Zdiagmat
JampackException
- Thrown for nonconformity.public static Zmat o(Zdiagmat D, Zmat A) throws JampackException
D
- The ZdiagmatA
- The Zmat
JampackException
- Thrown for nonconformity.public static Zdiagmat o(Zdiagmat D1, Zdiagmat D2) throws JampackException
D1
- The first ZdiagmatD2
- The second Zdiagmat
JampackException
- Thrown for nonconformity.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |