~ubuntu-branches/ubuntu/saucy/merkaartor/saucy

« back to all changes in this revision

Viewing changes to include/builtin-boost/boost/numeric/ublas/detail/documentation.hpp

Tags: upstream-0.15.3+svn20934
ImportĀ upstreamĀ versionĀ 0.15.3+svn20934

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
13
// this file should not contain any code, but the documentation
 
14
// global to all files
 
15
 
 
16
/** \namespace boost::numeric::ublas
 
17
        \brief contains all important classes and functions of uBLAS
 
18
 
 
19
        all ublas definitions ...
 
20
        \todo expand this section
 
21
 */
 
22
 
 
23
/** \defgroup blas1 Level 1 BLAS 
 
24
        \brief level 1 basic linear algebra subroutines
 
25
*/
 
26
 
 
27
/** \defgroup blas2 Level 2 BLAS
 
28
        \brief level 2 basic linear algebra subroutines 
 
29
*/
 
30
 
 
31
/** \defgroup blas3 Level 3 BLAS
 
32
        \brief level 3 basic linear algebra subroutines 
 
33
*/