jcuda.jnpp.types
Class Npp64fc

java.lang.Object
  extended by jcuda.jnpp.types.Npp64fc

public class Npp64fc
extends java.lang.Object

 Complex Number
 This struct represents a double floating-point complex number.
 


Field Summary
 double im
          Imaginary part
 double re
          Real part
 
Constructor Summary
Npp64fc(double re, double im)
          Creates a new Npp64fc with the given values
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

re

public double re
Real part


im

public double im
Imaginary part

Constructor Detail

Npp64fc

public Npp64fc(double re,
               double im)
Creates a new Npp64fc with the given values

Parameters:
re - The re value
im - The im value
Method Detail

toString

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