How can I get at the arrays/pointers in the sparse-matrix data-structure?

david moloney <[email protected]> Thu, 09 Dec 2004 18:58:55 +0000
Newsgroups gmane.comp.lib.mtl.devel
Message-ID <[email protected]>
If the data corresponding to a sparse matrix in MTL is stored in CRS 
format it should consist of 3 pointers,

1). *double containing the matrix non-zero values (double)
2) . *int containing the corresponding column indices
3). *int containing the corresponding row indices

I've looked in the documentation and source code but have not been able 
to find how I can access these pointers directly.  Does anybody know how 
to do this and/or have a snippet of code that does it?

Thanks,

- David
_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/