Opened 20 years ago
Closed 20 years ago
#198 closed defect (fixed)
Matrix out = EQ(a, b); Does not work.
Reported by: | jlaybar | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
Versión 1.1.2 Oct 29 2004
Matrix a = Col(0,1,1,1);
Matrix b = Col(0,0,0,0);
Matrix out = EQ(a, b); Does not work!!!!!!
Real out2 = EQ(2,1);
Cheers
Change History (2)
comment:1 Changed 20 years ago by
Status: | new → assigned |
---|
comment:2 Changed 20 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Now EQ = Eq for Matrix type
Note: See
TracTickets for help on using
tickets.
EQ doesn't work because Parser convert every call to EQ into Eq. We are supposing
that EQ means Eq for each Type, so in this sense this bug is accepted and will be
fixed.