aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Mainpage.dox
blob: ce869371b5938cb1bbcc52ddd95bc27979015238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace Eigen {

o /** \mainpage Eigen

This is the API documentation for Eigen. 

Most of the API is available as methods in MatrixBase, so this is a good starting point for browsing. Also have a look at Matrix, as a few methods and the matrix constructors are there.

For a first contact with Eigen, it is enough to look at Matrix and MatrixBase. In fact, except for advanced use, the only class that you'll have to explicitly name in your program, i.e. of which you'll explicitly contruct objects, is Matrix. For instance, vectors are handled as a special case of Matrix with one column.

The many other classes are typically return types for MatrixBase methods.

*/

}