Available C++ Libraries FAQ

Libraries available to download (M-P)

Matrix11 - C++ matrix template class library (source)

This matrix template class can be used to perform common matrix operations in your C++ program like any other built-in data types. Though I have written this class in compliance with ANSI/ISO C++ standard, you may encounter some compilation problem, particularly with older version of compilers, because all standard features of namespace, exception and template may not be fully supported in your compiler. In that case you may just want to disable any or all the above features by defining the appropriate macros. I have included full source code as inline functions in the header file so you can modify it if necessary.

The implementation is not optimized for performance and memory usage. So it is not suitable for large and sparse matrices. But for small and medium size matrices these should not be a problem, keeping in mind the present generation of powerful computers.

Special requirements: An up-to-date C++ compiler.

Changes: Some conditional compilation code has been added for different compilers.

Added : 1998-07-22 Amended: 1999-06-04 Licensing : GNU copyleft

Add a comment
Our ads
Buy gold
Beat the credit crunch - buy gold online - quickly, safely and at low prices
www.bullionvault.com
Google
Trumphurst Home Page
C++ Usenet Newsgroup
A Web form for submissions to this list
Contact the author for permission to distribute

Copyright (c) 2024 Nikki Locke, Trumphurst Ltd.
Permission is granted to distribute over the Internet without charge. The author's permission is required (and usually given) to distribute in any other way, including on CD.