public final class Convolution extends Object
 Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
| Modifier and Type | Method and Description | 
|---|---|
| static double[][] | convolution(double[][] a,
           double[][] b)Convolution of two matrices using fast fourier transform. | 
| static void | main(String... args) | 
public static void main(String... args)
public static double[][] convolution(double[][] a,
                                     double[][] b)
a - double[][]; the kernel matrixb - double[][]; the data matrixCopyright © 2014–2019 Delft University of Technology. All rights reserved.