| Bill Allombert on Fri, 22 May 2026 14:58:57 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: question on collecting t_MAT |
On Fri, May 22, 2026 at 02:06:56PM +0200, hermann@stamm-wilbrandt.de wrote: > Thanks, that was my fault. > For assignment workaround for "a=x" one has to use "a<-[x]". > So my "A<-matrix(2,2,x,y,e)" stripped off the outer "[]" of matrix. Maybe I should allow ? [type(A)|e<-[1,2];A=matrix(2,2,x,y,e)] Cheers, Bill