2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-18 02:22:13 +00:00
Files
ublas/meta/libraries.json
David Bellot 1360e329d2 * merge pull request from Daniel James: metadata file
* removed out-dated and too big doxygen documentation
* change maintainers name in metadata
2014-09-13 10:33:36 +01:00

17 lines
451 B
JSON

{
"key": "numeric/ublas",
"name": "uBLAS",
"authors": [
"Joerg Walter",
"Mathias Koch"
],
"description": "uBLAS provides matrix and vector classes as well as basic linear algebra routines. Several dense, packed and sparse storage schemes are supported.",
"documentation": "doc/index.htm",
"category": [
"Math"
],
"maintainers": [
"David Bellot <david.bellot -at- gmail.com>"
]
}