Re: [julia-users] Non-GPL Julia?

2015-04-16 Thread Tony Kelman
Yes, Pardiso certainly has Cholesky. Also general symmetric indefinite Bunch-Kaufman with inertia output, which makes it quite useful for non-convex optimization applications. Not sure about sparse QR in Pardiso or some other component of MKL but it might be in there somewhere. On Thursday, Ap

Re: [julia-users] Non-GPL Julia?

2015-04-16 Thread Viral Shah
Can Pardiso do cholesky as well as LU? I think QR is probably still missing in MKL. -viral > On 16-Apr-2015, at 10:10 pm, Tony Kelman wrote: > > MKL contains Pardiso and a number of other sparse routines that can be quite > useful and could be good alternatives to SuiteSparse (as well as pr

[julia-users] Non-GPL Julia?

2014-04-10 Thread Jay Kickliter
There are bits and pieces in Github issues and posts, but can post a definitive list of what needs to be replaced/removed to make Julia non GPL? Will any functionality be missing? From what I understand I can use MKL for some stuff. I've read that MKL has the ability to mimic FFTW, but will Jul