|
Function | De-allocate all vectors (and matrices) |
|
Syntax C/C++ | #include <VecLib.h>
void V_freeAll( void ); |
Pascal/Delphi | uses VecLib;
procedure V_freeAll; |
|
CUDA function C/C++ | #include <cudaVecLib.h>
int cudaV_freeAll( void );
|
CUDA function Pascal/Delphi | uses VecLib;
function cudaV_freeAll: IntBool;
|
|
Description | All vectors and matrices previously allocated by one of the functions of the VF_vector, VF_vector0, or MF_matrix families are freed. |
|
|
|
|