File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
/*!
6
- \defgroup Common
6
+ \defgroup Common Common
7
7
\brief Common code shared within SuperLU.
8
8
9
9
Type-independent code.
10
10
*/
11
11
12
12
/*!
13
- \defgroup Example
13
+ \defgroup Example Example
14
14
\brief Examples of how to use SuperLU.
15
15
16
16
Various examples.
17
17
*/
18
18
19
19
/*!
20
- \defgroup Testing
20
+ \defgroup Testing Testing
21
21
\brief Test that SuperLU works as intended.
22
22
23
23
Tests should be run and remain working when SuperLU code is modified.
26
26
*/
27
27
28
28
/*!
29
- \defgroup TestingC
29
+ \defgroup TestingC Testing Complex Float
30
30
\ingroup Testing
31
31
\brief Tests for complex float.
32
32
33
33
These tests start with the letter c.
34
34
*/
35
35
36
36
/*!
37
- \defgroup TestingD
37
+ \defgroup TestingD Testing Double
38
38
\ingroup Testing
39
39
\brief Tests for double.
40
40
41
41
These tests start with the letter d.
42
42
*/
43
43
44
44
/*!
45
- \defgroup TestingS
45
+ \defgroup TestingS Testing Float
46
46
\ingroup Testing
47
47
\brief Tests for float.
48
48
49
49
These tests start with the letter s.
50
50
*/
51
51
52
52
/*!
53
- \defgroup TestingZ
53
+ \defgroup TestingZ Testing Complex Double
54
54
\ingroup Testing
55
55
\brief Tests for complex double.
56
56
You can’t perform that action at this time.
0 commit comments