Documentation of 'org.ejml.data.ComplexPolar64F' Java class
ComplexPolar64F
org.ejml.data

Class ComplexPolar64F



  • public class ComplexPolar64F
    extends java.lang.Object

    Complex64F number in polar notation.
    z = r*(cos(θ) + i*sin(θ))
    where r and θ are polar coordinate parameters

    • Field Detail

      • r

        public double r
      • theta

        public double theta
    • Constructor Detail

      • ComplexPolar64F

        public ComplexPolar64F(double r,
                               double theta)
      • ComplexPolar64F

        public ComplexPolar64F(Complex64F n)
      • ComplexPolar64F

        public ComplexPolar64F()
    • Method Detail

      • getR

        public double getR()
      • setR

        public void setR(double r)
      • getTheta

        public double getTheta()
      • setTheta

        public void setTheta(double theta)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.