Documentation of 'Jampack.Minus' Java class
Minus
Jampack

Class Minus



  • public class Minus
    extends java.lang.Object
    Minus negates a matrix or computes the difference of two matrices.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Minus() 
    • Constructor Detail

      • Minus

        public Minus()
    • Method Detail

      • o

        public static Zmat o(Zmat A,
                             Zmat B)
                      throws JampackException
        Computes the difference of two Zmats.
        Parameters:
        A - The diminuend
        B - The subtrahend
        Returns:
        A-B
        Throws:
        JampackException - Thrown if there is a nonconformity.
      • o

        public static Zmat o(Zmat A)
        Negates a Zmat
        Parameters:
        A - The matrix to be negated
        Returns:
        -A
      • o

        public static Zmat o(Zmat A,
                             Zdiagmat D)
                      throws JampackException
        Computes the difference of a Zmat and a Zdiagmat.
        Parameters:
        A - The Zmat
        D - 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 Zdiagmat
        A - The Zmat
        Returns:
        D - A
        Throws:
        JampackException - Thrown if there is a nonconformity.
      • o

        public static Zdiagmat o(Zdiagmat D)
        Negates a Zdiagmat.
        Parameters:
        D - The Zdiagmat
        Returns:
        -D

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.