Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1007 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 1007 Bytes

Usage Examples for Sparse Matrix Libraries

As an outgrowth of some debugging I've been doing I made test cases of the same problem with several different libraries:

It seemed like a good idea to upload these test cases for public reference.

In addition I have used those three different implementations as an example of a Policy pattern, with the supplied implementations checked against Concepts using either the Concepts TS or the Boost Concept Check Library, depending on compiler support. For details see the code in the policies/ directory.