libraries.json 468 B

12345678910111213141516
  1. {
  2. "key": "numeric/ublas",
  3. "name": "uBLAS",
  4. "authors": [
  5. "Joerg Walter",
  6. "Mathias Koch"
  7. ],
  8. "description": "uBLAS provides tensor, matrix, and vector classes as well as basic linear algebra routines. Several dense, packed and sparse storage schemes are supported.",
  9. "category": [
  10. "Math"
  11. ],
  12. "maintainers": [
  13. "David Bellot <david.bellot -at- gmail.com>",
  14. "Stefan Seefeld <stefan -at- seefeld.name>"
  15. ]
  16. }