Documentation of 'Jampack.Times' Java class
Times
Jampack

Class Times



  • public class Times
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Times() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static Zpsdmat aah(Zmat A)
      Computes AAH, where A is a Zmat.
      static Zpsdmat aha(Zmat A)
      Computes AHA, where A is a Zmat.
      static Zdiagmat o(Zdiagmat D1, Zdiagmat D2)
      Computes the product of two Zdiagmats.
      static Zmat o(Zdiagmat D, Zmat A)
      Computes the product of a Zdiagmat and a Zmat.
      static Zmat o(Zmat A, Zdiagmat D)
      Computes the product of a Zmat and a Zdiagmat.
      static Zmat o(Zmat A, Zmat B)
      Computes the product of two Zmats.
      static Zdiagmat o(Z z, Zdiagmat D)
      Computes the product of a Z and a Zdiagmat.
      static Zmat o(Z z, Zmat A)
      Computes the product of a Z and a Zmat.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Times

        public Times()
    • Method Detail

      • o

        public static Zmat o(Z z,
                             Zmat A)
        Computes the product of a Z and a Zmat.
        Parameters:
        z - The complex scalar
        A - The Zmat
        Returns:
        zA
      • aha

        public static Zpsdmat aha(Zmat A)
        Computes AHA, where A is a Zmat.
        Parameters:
        A - The Zmat
        Returns:
        AHA
      • aah

        public static Zpsdmat aah(Zmat A)
        Computes AAH, where A is a Zmat.
        Parameters:
        A - The Zmat
        Returns:
        AAH
      • o

        public static Zdiagmat o(Z z,
                                 Zdiagmat D)
        Computes the product of a Z and a Zdiagmat.
        Parameters:
        z - The complex scalar
        D - The Zdiagmat
        Returns:
        zD

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.