(Event+Time).Variant Operators  2.3
Operators for Timed Discrete Event Systems in Dioids
mmgd::matrixMap Class Reference

Public Member Functions

 matrixMap (int, int)
 
 matrixMap (const matrixMap &)
 
 matrixMap (const serie &)
 
 matrixMap (poly &)
 
 matrixMap (gd &)
 
int getrow (void)
 
int getcol (void)
 
int getvalue (void)
 
matrixMapoperator= (const matrixMap &a)
 
int operator!= (const matrixMap &a)
 
matrixMapoperator= (smatrix &a)
 
matrixMapoperator= (serie &a)
 
matrixMapoperator= (gd &gd1)
 
matrixMapoperator= (poly &p1)
 
serieoperator() (int i, int j)
 
int operator== (const matrixMap &M)
 

Friends

std::ostream & operator<< (std::ostream &flot, matrixMap &)
 
std::fstream & operator<< (std::fstream &flot, matrixMap &)
 
matrixMap oplus (matrixMap &, matrixMap &)
 
matrixMap transpose (matrixMap &a)
 
matrixMap inf (matrixMap &a, matrixMap &b)
 
matrixMap otimes (matrixMap &, matrixMap &)
 
matrixMap lfrac (matrixMap &, matrixMap &)
 
matrixMap rfrac (matrixMap &a, matrixMap &b)
 
matrixMap star (matrixMap ak_1)
 
matrixMap prcaus (matrixMap &)
 
int compare_multi (int a, int b)
 

Friends And Related Function Documentation

◆ lfrac

matrixMap lfrac ( matrixMap a,
matrixMap b 
)
friend

QUE METTRE POUR SUM ...

  • a[totala+1].row = rows_a; new_b[totalb+1].row = cols_b; new_b[totalb+1].col = 0;*///

◆ otimes

matrixMap otimes ( matrixMap a,
matrixMap b 
)
friend

QUE METTRE POUR SUM ...

  • a[totala+1].row = rows_a; new_b[totalb+1].row = cols_b; new_b[totalb+1].col = 0;*///

◆ rfrac

matrixMap rfrac ( matrixMap a,
matrixMap b 
)
friend

QUE METTRE POUR SUM ...

  • a[totala+1].row = rows_a; new_b[totalb+1].row = cols_b; new_b[totalb+1].col = 0;*///

The documentation for this class was generated from the following files: