public class CopyLoopFunction extends Object implements LoopFunction2
| Constructor and Description |
|---|
CopyLoopFunction() |
| 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
|
public void perform(int i,
RawArrayIterationInformation2 info,
DataBuffer a,
int aOffset,
DataBuffer b,
int bOffset)
LoopFunction2perform in interface LoopFunction2a - the first bufferaOffset - the first buffer offsetb - the second bufferbOffset - the second buffer offsetCopyright © 2016. All Rights Reserved.