ATLAS Offline Software
Loading...
Searching...
No Matches
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
11namespace AthCUDAExamples {
12
14 void cudaMultiply( std::vector< float >& array, float multiplier );
15
16} // namespace AthCUDAExamples
17
18#endif // ATHEXCUDA_CUDAMULTIPLY_H
void cudaMultiply(std::vector< float > &array, float multiplier)
Function used to multiple a vector of variables by some amount.