#include <cassert>
#include <tulip/Array.h>
#include './cxx/Vector.cxx'
#include <math.h>
class tlp::Vector
class for mathematical vector
#define VECTOR Vector<Obj,SIZE>
#define TEMPLATEVECTOR template <typename Obj,unsigned int SIZE>
TEMPLATEVECTOR VECTOR tlp::operator* (const VECTOR &, const VECTOR &)
TEMPLATEVECTOR VECTOR tlp::operator* (const VECTOR &, const Obj &)
Generated automatically by Doxygen for Tulip Graph Library from the source code.