On 11/11/2014 08:14 AM, David Cavallini wrote:
> Hi, 
> 
> I use GSL from a few years ago for implementing my tool in c++ for 
> computational statistics. 
> Actually I need an efficient way to manage sparse matrix. 
> The question is simple: GSL support sparse matrix structure???? have 
> efficient algorithm for product/inverse/LU decomposition????
> 
> david

> 
The GSL git repository contains support for sparse matrices. Matrix
products are supported, but currently no inverse/LU decomposition

Reply via email to