#include <cassert>
#include <iostream>
#include <vector>
#include <tulip/Vector.h>
#include "cxx/Matrix.cxx"
Macros |
#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) |
Macro Definition Documentation
#define MATRIX Matrix<Obj,SIZE> |
|