ATLAS Offline Software
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExCUDA
src
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
Definition
cudaMultiply.h:11
AthCUDAExamples::cudaMultiply
void cudaMultiply(std::vector< float > &array, float multiplier)
Function used to multiple a vector of variables by some amount.
Generated on
for ATLAS Offline Software by
1.14.0