Gaudi Framework, version v23r6
Home
Generated: Wed Jan 30 2013
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiPython
GaudiPython
Vector.h
Go to the documentation of this file.
1
// $Id: Vector.h,v 1.2 2005/11/08 16:31:03 mato Exp $
2
// ============================================================================
3
#ifndef GAUDIPYTHON_VECTOR_H
4
#define GAUDIPYTHON_VECTOR_H 1
5
// ============================================================================
6
// Include files
7
// ============================================================================
8
// STD & STL
9
// ============================================================================
10
#include <
vector
>
11
#include <
functional
>
12
// ============================================================================
13
// GaudiPython
14
// ============================================================================
15
#include "
GaudiPython/GaudiPython.h
"
16
// ============================================================================
17
18
namespace
GaudiPython
19
{
21
typedef
std::vector<double>
Vector
;
22
typedef
Vector
Row
;
23
typedef
std::vector<Row>
Matrix
;
24
30
template
<
class
TYPE>
31
struct
_identity
:
32
public
std::unary_function
<TYPE,TYPE>
33
{
34
inline
Vector::value_type
operator()
35
(
const
Vector::value_type
& value )
const
{
return
value ; }
36
};
37
38
}
// end of namespace GaudiPython
39
#endif // GAUDIPYTHON_VECTOR_H
Generated at Wed Jan 30 2013 17:13:41 for Gaudi Framework, version v23r6 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004