Using Accelerate (CLAPACK) to solve a compressed-column-storage matrix (in xcode)?
Does anyone know what function/method to use in Accelerate (CL开发者_运维技巧APACK) to solve an compressed-column-storage matrix(ccs).I'm looking for any sample code, links to samples, hints on how to solve the matrix. I've been looking through the documentation but most everything has to do with more complex graphical systems and there are hundreds of seemingly similar methods. Thank in advance
LAPACK does not have support for sparse matrix layouts.
Are you wedded to the ccs storage layout? How big is your matrix?
精彩评论