AUXIL\
gpucov__define.pro
Class description for GPUCOV
Fields
Fields in GPUCOV
- ONE_NN_GPU ptr_new()
- N 0L
- NN 0L
- ONE_N_GPU ptr_new()
Routines
result = GPUCOV::Init(NN, n)
Object class for variance/covariance matrix calculation on GPU
GPUCOV::cleanup
result = GPUCOV::Covariance(G_gpu [, weights_gpu={GPUHANDLE}])
gpuCov__Define
Routine details
top GPUCOV::Init
Object class for variance/covariance matrix calculation on GPU
Parameters
- NN in required type=longint
dimensions of the data matrices
- n
Author information
- Author:
Mort Canty (2009)
Other attributes
- Uses:
GPULib
top GPUCOV::cleanup
GPUCOV::cleanup
top GPUCOV::Covariance
result = GPUCOV::Covariance(G_gpu [, weights_gpu={GPUHANDLE}])
Parameters
- G_gpu in required type={GPUHANDLE}
handle to a NNxn-dimensional data matrix
Keywords
- weights_gpu in optional type={GPUHANDLE}
handle to n-dimensional array of weights
top gpuCov__Define
gpuCov__Define
File attributes
Modification date: | Mon Oct 05 15:35:33 2009 |
Lines: | 80 |
Docformat: | rst rst |