Sparse matrix solver libraries

Trass3r un at known.com
Wed May 23 12:39:22 PDT 2012


> I agree that a D implementation would be cool, but perhaps I'll just  
> bite the bullet and try to convert headers for an existing library.  
> Never done that before...

It's not that hard to convert C headers.
Just put an extern(C): at the top of the module, run some regex's to  
convert common patterns and do the rest manually.
Guess the most work is converting preprocessor stuff.


More information about the Digitalmars-d mailing list