FreeMem: Free Memory Function

Description Usage Value Author(s) Examples

Description

Freeing the memory occupied by the data structures. It destroys the hat function (Preparehatfunction) and RandomVec().

Usage

1

Value

output

No return value, called for side effects

Author(s)

Gleb Beliakov, Daniela L. Calderon, Deakin University

Examples

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();
  

ranlip documentation built on June 24, 2021, 9:08 a.m.

Related to FreeMem in ranlip...