lAPACK

21 views
Skip to first unread message

ahmed baba

unread,
Sep 28, 2015, 1:12:08 AM9/28/15
to CVXOPT
HI Every one 


i have sparse symmetric linear system to solve  , for what i want to use lapack, 
is it correct to store the matrix in dense format and then solve the system by using lapack routine. 


thanks.

Martin

unread,
Sep 28, 2015, 1:19:29 AM9/28/15
to CVXOPT
Yes, to use LAPACK routines in CVXOPT, you will need to work with dense matrices (cvxopt.matrix) and not sparse matrices (cvxopt.spmatrix). Note that CVXOPT also comes with an interface to Cholmod which can be used to solve sparse symmetric systems of linear equations. 
Reply all
Reply to author
Forward
0 new messages