public class DoubleDFTProgram extends CLAbstractUserProgram
| Constructor and Description |
|---|
DoubleDFTProgram(CLContext context) |
DoubleDFTProgram(CLProgram program) |
| Modifier and Type | Method and Description |
|---|---|
CLEvent |
dft(CLQueue commandQueue,
CLBuffer<Double> in,
CLBuffer<Double> out,
int length,
int sign,
int[] globalWorkSizes,
int[] localWorkSizes,
CLEvent... eventsToWaitFor) |
getProgrampublic DoubleDFTProgram(CLContext context) throws IOException
IOExceptionpublic DoubleDFTProgram(CLProgram program) throws IOException
IOExceptionpublic CLEvent dft(CLQueue commandQueue, CLBuffer<Double> in, CLBuffer<Double> out, int length, int sign, int[] globalWorkSizes, int[] localWorkSizes, CLEvent... eventsToWaitFor) throws CLBuildException
CLBuildExceptionCopyright © 2009-2015. All Rights Reserved.