documentation.hpp 883 B

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // Copyright (c) 2000-2004
  3. // Joerg Walter, Mathias Koch
  4. //
  5. // Distributed under the Boost Software License, Version 1.0. (See
  6. // accompanying file LICENSE_1_0.txt or copy at
  7. // http://www.boost.org/LICENSE_1_0.txt)
  8. //
  9. // The authors gratefully acknowledge the support of
  10. // GeNeSys mbH & Co. KG in producing this work.
  11. //
  12. // this file should not contain any code, but the documentation
  13. // global to all files
  14. /** \namespace boost::numeric::ublas
  15. \brief contains all important classes and functions of uBLAS
  16. all ublas definitions ...
  17. \todo expand this section
  18. */
  19. /** \defgroup blas1 Level 1 BLAS
  20. \brief level 1 basic linear algebra subroutines
  21. */
  22. /** \defgroup blas2 Level 2 BLAS
  23. \brief level 2 basic linear algebra subroutines
  24. */
  25. /** \defgroup blas3 Level 3 BLAS
  26. \brief level 3 basic linear algebra subroutines
  27. */