delnls2 - Delete Internal Structures after a Series of nls2 Object Creations


On to:
DESCRIPTION
USAGE
VALUE
CONSTRAINT
DETAILS
REFERENCES
SEE-ALSO





DESCRIPTION:

Delete the structures allocated in the working memory space when function `nls2' is called with the "renls2" option, or when functions `renls2' or `rexnls2' are called.


USAGE:
delnls2()

VALUE:

No value.

Sommaire




CONSTRAINT:

Function `nls2' with the "renls2" option, or function `renls2' or function `rexnls2' should have been previously called in the same S-session.


DETAILS:

The nls2.objects are created by using a C-package which dynamically allocates internal data-structures. These structures are not deleted when returning from the S function when they might be required for further use. They are deleted only when "delnls2" is run or when leaving the S-session.


REFERENCES:

`nls2 Reference Manual'.


SEE ALSO:

`nls2', `renls2', `rexnls2'.

Sommaire


- Mon Sep 30 1996 -