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