functiontnorm - Fuzzy Logic S-Norm (OR)
tnorm compute T-Norm class of x with parameter class_par . The calculation was made taking the j row of x as input and put the resulting value in the j row of y (row oriented calculation).
"dubois" class need 0<=class_par<=1 . "yager" class need class_par>0 .
The tnorm function is defined by:

x=rand(5,2); y1=tnorm(x,"dubois",0.5); y2=tnorm(x,"yager",2); y3=tnorm(x,"dprod"); y4=tnorm(x,"aprod"); y5=tnorm(x,"min");
fls_structure , snorm , newfls , scicos_tnorm ,
Jaime Urzua Grez