-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathmainpage.dox
More file actions
30 lines (30 loc) · 835 Bytes
/
mainpage.dox
File metadata and controls
30 lines (30 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/// \mainpage
///
/// For an overview of ESTER, see \ref overview.
/// Back to project <a href="http://ester-project.github.io/ester/">mainpage</a>
///
/// ESTER is divided into several pieces of software:
///
/// \section matrix_sec Matrix library
/// The matrix library provides classes to facilitate the work with matrices.
/// \see
/// - matrix
///
/// \section numdiff_sec Numerical differentiation library
/// The numdiff library provides helper classes to ease manipulation of
/// function's derivatives.
/// \see
/// - diff_gl
/// - diff_leg
///
/// \section sol_sec Solver library
/// \see
/// - solver
///
/// \section star_sec Star classes
/// ESTER provides two classes to manipulate star objects, star1d and star2d for
/// respectively 1 dimensional stars and 2 dimensional stars.
/// \see
/// - star1d
/// - star2d
///