caomw / ceres-solver

Automatically exported from code.google.com/p/ceres-solver
Other
0 stars 0 forks source link

Use CSparse when SuiteSparse is not available. #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CSParse is  lightweight sparse linear algebra library which has many of the 
same features as SuiteSparse, but is much smaller and can be compiled much more 
easily.

Refactor the linear solver internals to support CSparse when so desired instead 
of SuiteSparse.

Original issue reported on code.google.com by sameerag...@google.com on 21 May 2012 at 2:27

GoogleCodeExporter commented 9 years ago

Original comment by sameerag...@google.com on 31 May 2012 at 6:43