aboutsummaryrefslogtreecommitdiffstats
path: root/math/gmm++
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.3.rakuco2014-07-132-3/+3
|
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-071-1/+1
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-251-1/+0
| | | | With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+1
| | | | math)
* Update to 4.2.rakuco2012-08-043-4/+11
| | | | | | - Set NO_BUILD, since this port only installs headers. - Set LICENSE to LGPL3 and explain in a comment that the port's COPYING is actually wrong.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Update to 4.1makc2010-08-042-4/+4
|
* - Update strigi to 0.7.2fluffy2010-05-113-4/+5
| | | | | | | | | - Update eigen to 2.0.11 - Update gmm++ to 4.0.0 - Update soprano to 2.4.3 - Update shared-desktop-ontologies to 0.4 With hat on: kde@
* - Update to 3.1miwi2008-09-242-4/+4
|
* Gmm++ is a generic C++ template library for sparse, dense and skylinemiwi2008-08-064-0/+89
matrices. It is built as a set of generic algorithms (mult, add, copy, sub-matrices, dense and sparse solvers ...) for any interfaced vector type or matrix type. It can be view as a glue library allowing cooperation between several vector and matrix types. However, basic sparse, dense and skyline matrix/vector types are built in Gmm++, hence it can be used as a standalone linear algebra library. Interfacing a vector or matrix type means writing "traits" objects called "linalg_traits", which describe their properties. The library offers predefined dense, sparse and skyline matrix types. WWW: http://home.gna.org/getfem/