mghasemi / pycsdp

A python library for the fast sdp solver CSDP.
GNU General Public License v2.0
12 stars 4 forks source link

Sage sparse matrices? #8

Open dimpase opened 10 years ago

dimpase commented 10 years ago

It looks as if your code won't convert Sage's sparse matrices. Is it on purpose?

mghasemi commented 10 years ago

No, it is not on purpose. It currently works with python, numpy and sage arrays and also the type that is admissible for cvxopt. I will include support for other types as well.