Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GaussianProcessTuning/HeuristicLab.Eigen/Eigen/Sparse @ 9562

Last change on this file since 9562 was 9562, checked in by gkronber, 11 years ago

#1967 worked on Gaussian process evolution.

File size: 449 bytes
Line 
1#ifndef EIGEN_SPARSE_MODULE_H
2#define EIGEN_SPARSE_MODULE_H
3
4/** \defgroup Sparse_modules Sparse modules
5  *
6  * Meta-module including all related modules:
7  * - SparseCore
8  * - OrderingMethods
9  * - SparseCholesky
10  * - IterativeLinearSolvers
11  *
12  * \code
13  * #include <Eigen/Sparse>
14  * \endcode
15  */
16
17#include "SparseCore"
18#include "OrderingMethods"
19#include "SparseCholesky"
20#include "IterativeLinearSolvers"
21
22#endif // EIGEN_SPARSE_MODULE_H
23
Note: See TracBrowser for help on using the repository browser.