Opened 19 years ago
Closed 19 years ago
#491 closed defect (remind)
Simply definition of a column matrix returns a row matrix
| Reported by: | César Pérez Álvarez | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Math | Version: | 1.1.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This code
Matrix a = ((0.1),(1),(1));
must return a column matrix instead of a row matrix.
Change History (2)
comment:1 Changed 19 years ago by
| Owner: | changed from danirus to Víctor de Buen Remiro |
|---|
comment:2 Changed 19 years ago by
| Resolution: | → remind |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Sorry, but it isn't easy to fix this problem without change all the parser. The problem is that the parser eliminates the "apparently" useless ( ... ) after the =
Thanks to report it.