Package org.ejml.data

Class ComplexPolar_F64

java.lang.Object
org.ejml.data.ComplexPolar_F64

public class ComplexPolar_F64
extends java.lang.Object

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

  • Field Summary

    Fields 
    Modifier and Type Field Description
    double r  
    double theta  
  • Constructor Summary

    Constructors 
    Constructor Description
    ComplexPolar_F64()  
    ComplexPolar_F64​(double r, double theta)  
    ComplexPolar_F64​(Complex_F64 n)  
  • Method Summary

    Modifier and Type Method Description
    Complex_F64 toStandard()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait