ATLAS Offline Software
cudaMultiply.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 //
3 // Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4 //
5 #ifndef ATHEXCUDA_CUDAMULTIPLY_H
6 #define ATHEXCUDA_CUDAMULTIPLY_H
7 
8 // System include(s).
9 #include <vector>
10 
11 namespace AthCUDAExamples {
12 
14  void cudaMultiply( std::vector< float >& array, float multiplier );
15 
16 } // namespace AthCUDAExamples
17 
18 #endif // ATHEXCUDA_CUDAMULTIPLY_H
AthCUDAExamples::cudaMultiply
void cudaMultiply(std::vector< float > &array, float multiplier)
Function used to multiple a vector of variables by some amount.
AthCUDAExamples
Definition: cudaMultiply.h:11
lumiFormat.array
array
Definition: lumiFormat.py:98