3 #ifndef GAUDIPYTHON_VECTOR_H
4 #define GAUDIPYTHON_VECTOR_H 1
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
It is here due to 'missing'(?) std::identity.
std::vector< double > Vector
useful type definition for implicit loos
std::vector< Row > Matrix