Re: [SciPy-dev] contributing a CHOLMOD wrapper
by David Warde-Farley other posts by this author
Nov 4 2009 1:55PM messages near this date
Re: [SciPy-dev] contributing a CHOLMOD wrapper
|
Re: [SciPy-dev] [Numpy-discussion] [ANN] For SF Bay Area residents: a discussion with Guido at the Berkeley Py4Science seminar
On 4-Nov-09, at 4:42 PM, James Bergstra wrote:
> There is also a cholmod wrapper in cvxopt. Not sure what the license
> on that is... or what it has to do with scipy exactly. Just fyi.
CVXOPT is GPL (possibly because of CHOLMOD and friends): http://abel.ee.ucla.edu/cvxopt/copy
right.html
They also don't use NumPy arrays but rather their own matrix type
which is Fortran contiguous and always rank 2. They do expose the
array interface, though, and thus are interoperable.
David
_______________________________________________
Scipy-dev mailing list
Scipy-dev@[...].org
http://mail.scipy.org/mailman/listinfo/scipy-dev
Thread:
Nathaniel Smith
Gael Varoquaux
Robert Kern
James Bergstra
David Warde-Farley
|