Jampack
Class Minus
- java.lang.Object
-
- Jampack.Minus
-
public class Minus extends java.lang.ObjectMinus negates a matrix or computes the difference of two matrices.
-
-
Constructor Summary
Constructors Constructor and Description Minus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Zdiagmato(Zdiagmat D)Negates a Zdiagmat.static Zdiagmato(Zdiagmat D1, Zdiagmat D2)Computes the difference of a two Zdiagmats.static Zmato(Zdiagmat D, Zmat A)Computes the difference of a Zdiagmat and a Zmat.static Zmato(Zmat A)Negates a Zmatstatic Zmato(Zmat A, Zdiagmat D)Computes the difference of a Zmat and a Zdiagmat.static Zmato(Zmat A, Zmat B)Computes the difference of two Zmats.
-
-
-
Method Detail
-
o
public static Zmat o(Zmat A, Zmat B) throws JampackException
Computes the difference of two Zmats.- Parameters:
A- The diminuendB- The subtrahend- Returns:
- A-B
- Throws:
JampackException- Thrown if there is a nonconformity.
-
o
public static Zmat o(Zmat A, Zdiagmat D) throws JampackException
Computes the difference of a Zmat and a Zdiagmat.- Parameters:
A- The ZmatD- The Zdiagmat- Returns:
- A - D
- Throws:
JampackException- Thrown if there is a nonconformity.
-
o
public static Zmat o(Zdiagmat D, Zmat A) throws JampackException
Computes the difference of a Zdiagmat and a Zmat.- Parameters:
D- The ZdiagmatA- The Zmat- Returns:
- D - A
- Throws:
JampackException- Thrown if there is a nonconformity.
-
o
public static Zdiagmat o(Zdiagmat D1, Zdiagmat D2) throws JampackException
Computes the difference of a two Zdiagmats.- Parameters:
D1- The first ZdiagmatD2- The second Zdiagmat- Returns:
- D1 - D2
- Throws:
JampackException- Thrown if there is a nonconformity.
-
-
DMelt 3.0 © DataMelt by jWork.ORG