Hi Henrik,
thanks a lot for contributing ⎕MX. It is now included in *SVN 1786*.
I made a few changes to adapt it to the GNU APL coding style.
Please double-check if everything went OK.
I noticed a minor difference in the *Quad_MX.tc* testcase file on my
machine,
probably caused by rounding errors if the eigenvalues were close to 0.
Maybe it makes sense to omit eigenvalues < ⎕CT and their eigenvectors?
Best Regards,
Jürgen Sauermann
On 11/16/24 21:51, Henrik Moller wrote:
Hi, Jürgen,
Attached is a tgz containing all the new files for the ⎕MX thing as
well as an svn diff patch file for the changes to the existing files.
The format of the patch file created by svn diff seems to be a little
different from the format created by a standard unified diff -- I had use
patch -p0 < Quad_MX.patch
to make it work. If I left out the -p0, it complained.
Henrik