AUXIL\
gpuquadkernel_matrix.pro
top gpuquadkernel_matrix
result = gpuquadkernel_matrix(G1_gpu [, G2_gpu] [, BIAS=BIAS])
Returns array of quadratic kernel functions for data matrices G1_gpu and G2_gpu. G1_gpu is an N x m array, G2_gpu is an N x n array. Returned array is n x m.
If G2_gpu not present then returns a symmetric, positive definite quadratic kernel matrix
Return value
{GPUHANDLE}
Parameters
- G1_gpu in required type={GPUHANDLE}
data matrix
- G2_gpu in optional type={GPUHANDLE}
data matrix
Keywords
- BIAS in optional
bias (default 1)
Author information
- Author:
Mort Canty (2009) Juelich Research Center m.canty@fz-juelich.de
Other attributes
- Uses:
GPULib
File attributes
Modification date: | Tue Jan 27 12:32:51 2009 |
Lines: | 46 |
Docformat: | rst rst |