1 #ifndef GAUDIPYTHON_VECTOR_H
2 #define GAUDIPYTHON_VECTOR_H 1
13 #include "GaudiPython/GaudiPython.h"
19 typedef std::vector<double>
Vector ;
21 typedef std::vector<Row>
Matrix ;
30 public std::unary_function<TYPE,TYPE>
32 inline Vector::value_type operator()
33 (
const Vector::value_type&
value )
const {
return value ; }
37 #endif // GAUDIPYTHON_VECTOR_H
std::vector< double > Vector
useful type definition for implicit loos
std::vector< Row > Matrix
GaudiPython.h GaudiPython/GaudiPython.h.