vcglib/eigenlib/Eigen/Sparse

24 lines
449 B
Plaintext
Raw Normal View History

2011-10-05 17:04:40 +02:00
#ifndef EIGEN_SPARSE_MODULE_H
#define EIGEN_SPARSE_MODULE_H
/** \defgroup Sparse_modules Sparse modules
2011-10-05 17:04:40 +02:00
*
* Meta-module including all related modules:
* - SparseCore
* - OrderingMethods
* - SparseCholesky
* - IterativeLinearSolvers
2011-10-05 17:04:40 +02:00
*
* \code
* #include <Eigen/Sparse>
* \endcode
*/
#include "SparseCore"
#include "OrderingMethods"
#include "SparseCholesky"
#include "IterativeLinearSolvers"
2011-10-05 17:04:40 +02:00
#endif // EIGEN_SPARSE_MODULE_H