deleteGP: Delete C-side Gaussian Process Objects

View source: R/gp.R

deleteGPR Documentation

Delete C-side Gaussian Process Objects

Description

Frees memory allocated by a particular C-side Gaussian process object, or all GP objects currently allocated

Usage

deleteGP(gpi)
deleteGPsep(gpsepi)
deleteGPs()
deleteGPseps()

Arguments

gpi

a scalar positive integer specifying an allocated isotropic GP object

gpsepi

similar to gpi but indicating a separable GP object

Details

Any function calling newGP or newGPsep will require destruction via these functions or there will be a memory leak

Value

Nothing is returned

Author(s)

Robert B. Gramacy rbg@vt.edu

See Also

vignette("laGP"), newGP, predGP, mleGP

Examples

## see examples for newGP, predGP, or mleGP

laGP documentation built on March 31, 2023, 9:46 p.m.