(Event+Time).Variant Operators
2.3
Operators for Timed Discrete Event Systems in Dioids
|
#include <iostream>
#include <deque>
#include "../common/etvoException.h"
#include "../common/global.h"
Go to the source code of this file.
Classes | |
class | etvo::matrix< T > |
Namespaces | |
etvo | |
Functions | |
template<class T > | |
std::ostream & | etvo::operator<< (std::ostream &flot, const matrix< T > &m) |
template<class T > | |
matrix< T > | etvo::oplusGlobal (const matrix< T > &m1, const matrix< T > &m2) |
template<class T > | |
matrix< T > | etvo::infGlobal (const matrix< T > &m1, const matrix< T > &m2) |
template<class T > | |
matrix< T > | etvo::otimesGlobal (const matrix< T > &m1, const matrix< T > &m2) |
template<class T > | |
matrix< T > | etvo::otimesGlobal (const matrix< T > &m1, const T &scal) |
Matrix x scalar. | |
template<class T > | |
matrix< T > | etvo::otimesGlobal (const T &scal, const matrix< T > &m2) |
scalar x Matrix | |
template<class T > | |
matrix< T > | etvo::starGaussGlobal (const matrix< T > &A) |
starGlobal (Kleene star algorithm) Gauss-Jordan Method (Gondran Minoux) | |
template<class T > | |
matrix< T > | etvo::starMmgdGlobal (const matrix< T > &Ak) |
starMmgdGlobal (Kleene star algorithm) From the LMinMaxGD library | |
template<class T > | |
matrix< T > | etvo::starByBlockGlobal (const matrix< T > &ak) |
starByBlockGlobal (Kleene star algorithm from 4.100 BCOQ) | |
template<class T > | |
matrix< T > | etvo::lfracGlobal (const matrix< T > &m1, const matrix< T > &m2) |
template<class T > | |
matrix< T > | etvo::rfracGlobal (const matrix< T > &m1, const matrix< T > &m2) |
/
/*!