metadata.xml 747 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>amynka@gentoo.org</email>
  6. </maintainer>
  7. <longdescription lang="en">
  8. Gmm++ is a generic C++ template library for sparse, dense and
  9. skyline matrices. It is built as a set of generic algorithms (mult,
  10. add, copy, sub-matrices, dense and sparse solvers ...) for any
  11. interfaced vector type or matrix type. It can be view as a glue
  12. library allowing cooperation between several vector and matrix
  13. types. However, basic sparse, dense and skyline matrix/vector types
  14. are built in Gmm++, hence it can be used as a standalone linear
  15. algebra library.
  16. </longdescription>
  17. </pkgmetadata>