Displaying 1 result from an estimated 1 matches for "pdoublearr".
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
...==============================}
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;
_ab: pDoubleArr ); cdecl;
{ ConvCallRInternals - call our convolve using .Call and Rinternals }
function ConvCallRInternals( _a, _b: pSExp ): pSExp; cdecl;
{ ConvCallRDefines - call our convolve using .Call and R...