Opened 19 years ago
Closed 18 years ago
#427 closed defect (fixed)
Operations with unknown values don`t return unknown values
| Reported by: | César Pérez Álvarez | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Math | Version: | head |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
Hi!
If we try these lines of code:
Matrix a = Col(?,1,9);
Matrix b = Col(10,9,1);
Matrix c1 = Tra(a)*b;
Matrix c2 = a+b;
Matrix c3 = a-b;
Matrix c4 = Min(a, b);
Matrix c5 = Max(a, b);
We can see that c1 is a 1x1 matrix with value 18 (* operates with unknown value like a zero value). In c4 and c5, operations with unknowns don't return unknowns.
I don't know if exist another functions with this problem.
Change History (4)
comment:1 Changed 19 years ago by
| Owner: | changed from danirus to Víctor de Buen Remiro |
|---|
comment:2 Changed 19 years ago by
| Status: | new → assigned |
|---|
A debate has been opened on the form to solve this problem. You can follow it at
http://www.tol-project.org/pipermail/desarrollo-tol/2006-October/000250.html
comment:3 Changed 19 years ago by
This problem has been solved a few weeks ago in branch VBR_TOL-BDAT-UNK_BRANCH_20061106
Solution is quarentined awaiting to get a hard set of tests
comment:4 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

We are working in this bug
Thanks to report it