1 #ifndef GAUDIPYTHON_VECTOR_H
2 #define GAUDIPYTHON_VECTOR_H 1
13 #include "GaudiPython/GaudiPython.h"
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
It is here due to 'missing'(?) std::identity.
std::vector< Row > Matrix
GaudiPython.h GaudiPython/GaudiPython.h.