#include <vector>
#include "globals.hh"
Go to the source code of this file.
|
template<class T > |
void | G4ArrayOps::Set (G4int Elements, T *To, T Value) |
|
template<class T > |
void | G4ArrayOps::Copy (G4int Elements, T *To, T *From) |
|
template<class T > |
void | G4ArrayOps::Add (G4int Elements, T *To, T *A1, T *A2=NULL) |
|
template<class T > |
void | G4ArrayOps::Add (G4int Elements, T *To, T A1, T *A2=NULL) |
|
template<class T > |
void | G4ArrayOps::Subtract (G4int Elements, T *To, T *Minuend, T *Subtrahend=NULL) |
|
template<class T > |
void | G4ArrayOps::Multiply (G4int Elements, T *To, T *M1, T *M2=NULL) |
|
template<class T > |
void | G4ArrayOps::Multiply (G4int Elements, T *To, T M1, T *M2=NULL) |
|
template<class T > |
void | G4ArrayOps::Divide (G4int Elements, T *To, T *Numerator, T *Denominator=NULL) |
|
template<class T > |
void | G4ArrayOps::Divide (G4int Elements, T *To, T Numerator, T *Denominator=NULL) |
|
template<class T > |
void | G4ArrayOps::DeleteVectorOfPointers (std::vector< T > &Vector) |
|