3 #ifndef GAUDIPYTHON_VECTOR_H
4 #define GAUDIPYTHON_VECTOR_H 1
15 #include "GaudiPython/GaudiPython.h"
21 typedef std::vector<double>
Vector ;
23 typedef std::vector<Row>
Matrix ;
32 public std::unary_function<TYPE,TYPE>
34 inline Vector::value_type operator()
35 (
const Vector::value_type&
value )
const {
return value ; }
39 #endif // GAUDIPYTHON_VECTOR_H
std::vector< double > Vector
useful type definition for implicit loos
std::vector< Row > Matrix
GaudiPython.h GaudiPython/GaudiPython.h.