<Source Index | <PPA-L top page

r_x_array.h


//////////////////////////////////////////////////
//
//  This file is to be used for point process analysis
//
//      Copyright  October 2001 by TAKENAKA, A.

#if !defined (___R_X_ARRAY_H)
#define ___R_X_ARRAY_H

#include <vector>
#include <utility>

typedef std::pair<double, double> r_X_Pair;
typedef std::vector<r_X_Pair> r_X_Array;

#endif // ___R_X_ARRAY_H