search for: convc

Displaying 1 result from an estimated 1 matches for "convc".

Did you mean: conv
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
...--- 11.3.2006 - Hans-Peter Suter, Treetron, Switzerland. --- } {==============================================================================} interface uses rhRInternals, rhTypesAndConsts; { ConvC - call our convolve using .C } { We use pointer type arguments as they are closer to the original C code. See in implementation for an example with parameters passed by reference } procedure ConvC( _a: pDoubleArr; _na: pInteger; _b: pDoubleArr; _nb: pInteger;...