Changes between Initial Version and Version 1 of Ticket #1881
- Timestamp:
- 2012-10-12T06:53:26Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1881 – Description
initial v1 13 13 }}} 14 14 15 I recently fixed a [ r13307 code-generation] issue for leastSquares, so that it does compile. I even added a [source:trunk/testsuite/mosfiles-nosim/LeastSquares.mos testcase] for it and I get some result, so the code shouldn't be totally off (you could verify if the testcase gives correct output I guess).15 I recently fixed a [changeset:13307 code-generation] issue for leastSquares, so that it does compile. I even added a [source:trunk/testsuite/mosfiles-nosim/LeastSquares.mos testcase] for it and I get some result, so the code shouldn't be totally off (you could verify if the testcase gives correct output I guess). 16 16 17 Can someone check if this is an issue with [ r13307 code-generation] or a bug in LAPACK where valid input data causes a segfault (unlikely)? I tried to debug it, but all I could see was valid input...17 Can someone check if this is an issue with [changeset:13307 code-generation] or a bug in LAPACK where valid input data causes a segfault (unlikely)? I tried to debug it, but all I could see was valid input...