public interface ConvolutionStrategy
| Modifier and Type | Method and Description |
|---|---|
DataStorage |
convolute(DataStorage x,
DataStorage y,
long resultSize)
Convolutes the two sets of data.
|
DataStorage convolute(DataStorage x, DataStorage y, long resultSize) throws ApfloatRuntimeException
x - First data set.y - Second data set.resultSize - Number of elements needed in the result data.ApfloatRuntimeExceptionCopyright © 2024. All rights reserved.