![]() |
imate
C++/CUDA Reference
|
This is the complete list of members for cVectorOperations< DataType >, including all inherited members.
| copy_scaled_vector(const DataType *input_vector, const LongIndexType vector_size, const DataType scale, DataType *output_vector) | cVectorOperations< DataType > | static |
| copy_vector(const DataType *input_vector, const LongIndexType vector_size, DataType *output_vector) | cVectorOperations< DataType > | static |
| euclidean_norm(const DataType *vector, const LongIndexType vector_size) | cVectorOperations< DataType > | static |
| inner_product(const DataType *vector1, const DataType *vector2, const LongIndexType vector_size) | cVectorOperations< DataType > | static |
| normalize_vector_and_copy(const DataType *vector, const LongIndexType vector_size, DataType *output_vector) | cVectorOperations< DataType > | static |
| normalize_vector_in_place(DataType *vector, const LongIndexType vector_size) | cVectorOperations< DataType > | static |
| subtract_scaled_vector(const DataType *input_vector, const LongIndexType vector_size, const DataType scale, DataType *output_vector) | cVectorOperations< DataType > | static |