Package org.ejml.data

Class ComplexPolar_F32

java.lang.Object
org.ejml.data.ComplexPolar_F32

@Generated("org.ejml.data.ComplexPolar_F64")
public class ComplexPolar_F32
extends java.lang.Object

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

  • Field Summary

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

    Constructors 
    Constructor Description
    ComplexPolar_F32()  
    ComplexPolar_F32​(float r, float theta)  
    ComplexPolar_F32​(Complex_F32 n)  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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