![]() |
Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
|
#include <Vector.hh>
Public Member Functions | |
| Vec1Impl ()=default | |
| template<typename... xs> | |
| __host__ __device__ | Vec1Impl (xs... values) |
| __host__ __device__ type & | x () noexcept |
| __host__ __device__ type | x () const noexcept |
| Public Member Functions inherited from Garfield::Vector< type, 1 > | |
| __host__ __device__ | Vector (Args &&... args) |
| __host__ __device__ Vector | operator* (const double &i) |
| __host__ __device__ Vector | operator/ (const double &i) |
| __host__ __device__ Vector | operator+ (const Vector< T, D > &vec) |
| __host__ __device__ Vector | operator- (const Vector< T, D > &vec) |
|
default |
|
inline |
Definition at line 67 of file Vector.hh.
|
inlinenoexcept |
|
inlinenoexcept |