public class Convolve extends Object
Constructor and Description |
---|
Convolve() |
Modifier and Type | Method and Description |
---|---|
static double[] |
firstWithSecond(double[] first,
double[] second)
Convolves the first array with the second array.
|
public static double[] firstWithSecond(double[] first, double[] second)
first
- The first array [N].second
- The second array [M].Copyright © 2019. All rights reserved.