public interface LoopFunction2
| Modifier and Type | Method and Description |
|---|---|
void |
perform(int i,
RawArrayIterationInformation2 info,
DataBuffer a,
int aOffset,
DataBuffer b,
int bOffset)
Perform an operation
given 2 buffers
|
void perform(int i,
RawArrayIterationInformation2 info,
DataBuffer a,
int aOffset,
DataBuffer b,
int bOffset)
a - the first bufferaOffset - the first buffer offsetb - the second bufferbOffset - the second buffer offsetCopyright © 2016. All Rights Reserved.