diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-10-15 17:17:08 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-10-15 17:17:08 +0000 |
commit | f71bcb5b4fbc68f514acc05005cc96932ced32dc (patch) | |
tree | 029b46d30d6db527048617e89a80ada59d79e0bd /README | |
parent | 9adf5ded237339dbe41db6c486993c4547396a22 (diff) |
only one pinv example
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -107,4 +107,5 @@ INSTALLATION ON WINDOWS | |||
107 | They are required to run the programs and ghci. | 107 | They are required to run the programs and ghci. |
108 | 108 | ||
109 | Unfortunately the lapack dll supplied by the R system does not include zgels_ and zgelss_, | 109 | Unfortunately the lapack dll supplied by the R system does not include zgels_ and zgelss_, |
110 | so the functions depending on them will produced a "non supported" runtime error. | 110 | so the functions depending on them (linearSolveLS and linearSolveSVD for complex data) |
111 | will produce a "non supported" runtime error. | ||