Another Matrix Library in C++
About AML++
AML++ is a matrix library which mimics most Matlab/Octave features and functions. It offers many different matrix classes (both real and complex including generic dense and sparse matrices, upper/lower triangular, symmetric, Hermitian and band), all the indexing functionality of the Matlab/Octave language and a natural interface to BLAS and LAPACK libraries for linear algebra computations. Linear algebra in C++ has never been that easy!
About current release (0.3.2)
At this stage AML++ matrix manipulation and linear algebra routines almost completely replicate core functionality of Matlab and Octave. Version 0.3.2 has been thoroughly tested and may considered stable.
Copyright & license
© Grzegorz Klima 2008–2010
AML++ is distributed under the terms of GNU General Public License v2.0 (or later).
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Contact
Please send bugs, comments, suggestions to:
gklima_AT_users_DOT_sourceforge_DOT_net.