Matrix.h.3tulip

Langue: en

Version: 345650 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Matrix.h -

SYNOPSIS


#include <cassert>
#include <iostream>
#include <vector>
#include <tulip/Vector.h>
#include './cxx/Matrix.cxx'

Classes


class tlp::Matrix< Obj, SIZE >
class for mathematical square matrix

Namespaces


namespace tlp

Defines


#define MATRIX Matrix<Obj,SIZE>

Functions


template<typename Obj , unsigned int SIZE> MATRIX tlp::operator* (const MATRIX &mat, const Obj &obj)

template<typename Obj , unsigned int SIZE> MATRIX tlp::operator* (const MATRIX &mat1, const MATRIX &mat2)

template<typename Obj , unsigned int SIZE> Vector< Obj, SIZE > tlp::operator* (const Vector< Obj, SIZE > &vec, const tlp::Matrix< Obj, SIZE > &)

template<typename Obj , unsigned int SIZE> Vector< Obj, SIZE > tlp::operator* (const Matrix< Obj, SIZE > &, const Vector< Obj, SIZE > &vec)

Define Documentation

#define MATRIX Matrix<Obj,SIZE>

Author

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