DRCL J-Sim API

Uses of Class
drcl.util.scalar.Complex

Packages that use Complex
drcl.util.scalar   
 

Uses of Complex in drcl.util.scalar
 

Methods in drcl.util.scalar that return Complex
 Complex Complex.conjugate()
          Returns the conjugate of this current Complex.
static Complex Complex.multiply(Complex y, Complex z)
          Returns the product of two complex number
static Complex Complex.multiply(Complex z, double x)
          Returns the product of a complex z with a real number x.
static Complex Complex.multiply(double x, Complex z)
          Returns the product of a real number x with a complex z.
static Complex Complex.sqrt(Complex z)
          Returns the square root of a Complex number z.
static Complex Complex.divide(Complex y, Complex z)
          Returns a Complex y/z for Complex y and Complex z.
static Complex Complex.add(Complex y, Complex z)
          Returns the sum of Complex y and Complex z.
static Complex Complex.add(Complex y, double x)
          Returns the sum of Complex y and double x.
static Complex Complex.add(double x, Complex y)
          Returns the sum of double x and Complex y.
static Complex Complex.subtract(Complex y, Complex z)
          Returns y -z for Complex y and Complex z.
static Complex Complex.subtract(Complex y, double x)
          Returns y - x for Complex y and double x.
static Complex Complex.subtract(double x, Complex z)
          Returns x - z for double x and Complex z.
 

Methods in drcl.util.scalar with parameters of type Complex
static double Complex.abs(Complex z)
          Returns the absolute value (modulus) of a Complex, |z|.
static Complex Complex.multiply(Complex y, Complex z)
          Returns the product of two complex number
static Complex Complex.multiply(Complex z, double x)
          Returns the product of a complex z with a real number x.
static Complex Complex.multiply(double x, Complex z)
          Returns the product of a real number x with a complex z.
static Complex Complex.sqrt(Complex z)
          Returns the square root of a Complex number z.
static Complex Complex.divide(Complex y, Complex z)
          Returns a Complex y/z for Complex y and Complex z.
static Complex Complex.add(Complex y, Complex z)
          Returns the sum of Complex y and Complex z.
static Complex Complex.add(Complex y, double x)
          Returns the sum of Complex y and double x.
static Complex Complex.add(double x, Complex y)
          Returns the sum of double x and Complex y.
static Complex Complex.subtract(Complex y, Complex z)
          Returns y -z for Complex y and Complex z.
static Complex Complex.subtract(Complex y, double x)
          Returns y - x for Complex y and double x.
static Complex Complex.subtract(double x, Complex z)
          Returns x - z for double x and Complex z.
 

Constructors in drcl.util.scalar with parameters of type Complex
Complex(Complex z)
          Constructs a Comlex equal to z.
 


DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~