1 | //
|
---|
2 | // Copyright (c) 2000-2004
|
---|
3 | // Joerg Walter, Mathias Koch and uBLAS developers
|
---|
4 | //
|
---|
5 | // Permission to use, copy, modify, distribute and sell this software
|
---|
6 | // and its documentation for any purpose is hereby granted without fee,
|
---|
7 | // provided that the above copyright notice appear in all copies and
|
---|
8 | // that both that copyright notice and this permission notice appear
|
---|
9 | // in supporting documentation. The authors make no representations
|
---|
10 | // about the suitability of this software for any purpose.
|
---|
11 | // It is provided "as is" without express or implied warranty.
|
---|
12 | //
|
---|
13 | // The authors gratefully acknowledge the support of
|
---|
14 | // GeNeSys mbH & Co. KG in producing this work.
|
---|
15 | //
|
---|
16 |
|
---|
17 | // this file should not contain any code, but the documentation
|
---|
18 | // global to all files
|
---|
19 |
|
---|
20 | /** \namespace boost::numeric::ublas
|
---|
21 | \brief contains all important classes and functions of uBLAS
|
---|
22 |
|
---|
23 | all ublas definitions ...
|
---|
24 | \todo expand this section
|
---|
25 | */
|
---|
26 |
|
---|
27 | /** \defgroup blas1 Level 1 BLAS
|
---|
28 | \brief level 1 basic linear algebra subroutines
|
---|
29 | */
|
---|
30 |
|
---|
31 | /** \defgroup blas2 Level 2 BLAS
|
---|
32 | \brief level 2 basic linear algebra subroutines
|
---|
33 | */
|
---|
34 |
|
---|
35 | /** \defgroup blas3 Level 3 BLAS
|
---|
36 | \brief level 3 basic linear algebra subroutines
|
---|
37 | */
|
---|