Opened 17 years ago
Closed 17 years ago
#587 closed defect (fixed)
Function 'FactorizePolyn' fails
| Reported by: | lcereceda | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Math | Version: | 1.1.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Dear TOL Developers,
The following code:
Polyn P = 1-B;
Set S = FactorizePolyn(P, 0.01);
fails to compile in TOL 1.1.6, under both Windows and Linux.
From what I have been able to gather, I am guessing the problem might
lie with a local/global variable conflict when the Marquardt quadratic
minimization method is called.
Best regards,
Luis Cereceda
Change History (2)
comment:1 Changed 17 years ago by
| Component: | SetAlgebra → Math |
|---|
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

(In [666]) Scope must be protected in local variables created in Marquardt built-in function
Fixes #587