#754 closed defect (fixed)
Error in MinimumResidualsSolve() function
Reported by: | Javier Gallardo | Owned by: | Jorge |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Database | Version: | |
Severity: | blocker | Keywords: | |
Cc: | cperez@… |
Description
In this example:
Matrix H = Row(1.4);
Matrix G = Row(1.2);
Matrix dif = MinimumResidualsSolve(H, G);
the matrix dif is null instead of 1.16666 ?
Note: See
TracTickets for help on using
tickets.
(In [1489]) Fixed #754