Description Usage Value Author(s) Examples
Freeing the memory occupied by the data structures. It destroys the hat function (Preparehatfunction) and RandomVec().
1 |
output |
No return value, called for side effects |
Gleb Beliakov, Daniela L. Calderon, Deakin University
1 2 3 4 5 6 7 8 |
dim<-3
left<-c(0,0,0)
right<-c(5,5,5)
ranlip.Init(dim, left, right);
ranlip.FreeMem();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.