public interface CopyingDataProcessor
Modifier and Type | Method and Description |
---|---|
void |
apply(double[] src,
int srcOff,
double[] dest,
int destOff,
int len)
Perform some processing on the input data while copying it to the output location.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.