jcuda.jnpp.types
Class Npp32sc

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

public class Npp32sc
extends java.lang.Object

 Complex Number
 This struct represents a signed int complex number.
 


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


im

public int im
Imaginary part

Constructor Detail

Npp32sc

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