Euclidean norm of entire matrix | ||||||||||
| ||||||||||
afError | af_norm_vector_S (float *h_dst, unsigned numel, const float *d_src) | |||||||||
norm The value of a single precision vector | ||||||||||
afError | af_norm_vector_D (double *h_dst, unsigned numel, const double *d_src) | |||||||||
norm The value of a double precision vector |
afError af_norm_vector_S | ( | float * | h_dst, |
unsigned | numel, | ||
const float * | d_src | ||
) |
norm The value of a single precision vector
afError af_norm_vector_D | ( | double * | h_dst, |
unsigned | numel, | ||
const double * | d_src | ||
) |
norm The value of a double precision vector