Vector.h

Langue: en

Version: 290571 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Vector.h -

SYNOPSIS


#include <cassert>
#include <tulip/Array.h>
#include './cxx/Vector.cxx'

Classes


class tlp::Vector
class for mathematical vector

Namespaces


namespace tlp

Defines


#define VECTOR Vector<Obj,SIZE>

#define TEMPLATEVECTOR template <typename Obj,unsigned int SIZE>

Functions


TEMPLATEVECTOR VECTOR tlp::operator* (const VECTOR &, const VECTOR &)

TEMPLATEVECTOR VECTOR tlp::operator* (const VECTOR &, const Obj &)

Define Documentation

#define TEMPLATEVECTOR template <typename Obj,unsigned int SIZE>

#define VECTOR Vector<Obj,SIZE>

Author

Generated automatically by Doxygen for Tulip Graph Library from the source code.