jcuda.jnpp.types
Class Npp32fc

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

public class Npp32fc
extends java.lang.Object

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


Field Summary
 float im
          Imaginary part
 float re
          Real part
 
Constructor Summary
Npp32fc(float re, float im)
          Creates a new Npp32fc 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 float re
Real part


im

public float im
Imaginary part

Constructor Detail

Npp32fc

public Npp32fc(float re,
               float im)
Creates a new Npp32fc 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