JuliaLang / julia

The Julia Programming Language
https://julialang.org/
MIT License
45.46k stars 5.46k forks source link

guptri request as part of linear algebra #2398

Closed alanedelman closed 10 years ago

alanedelman commented 11 years ago

the other day i got a request for guptri: http://www8.cs.umu.se/~guptri/

it's a kind of fancy schur decomposition

great if we can have it plugged in

ViralBShah commented 11 years ago

The webpage was last updated in 1999!

StefanKarpinski commented 11 years ago

Must be mature.

andreasnoack commented 11 years ago

and except for the mex wrapper for MATLAB the code is from 1987. Hence no LAPACK, it has its own BLAS, LINPACK and SVD solver. However, it works fine but segfaults if I try to use vecLib or openBLAS. I have a version packaged which works like the MATLAB version according to the example on the webpage. Unfortunately it is a Mac/Linux only version because I don't know how to run the Makefile on Windows.

ViralBShah commented 10 years ago

We can reopen this if necessary.