Main MRPT website > C++ reference
MRPT logo
Cholesky
Go to the documentation of this file.
00001 #ifndef EIGEN_CHOLESKY_MODULE_H
00002 #define EIGEN_CHOLESKY_MODULE_H
00003 
00004 #include "Core"
00005 
00006 #include "src/Core/util/DisableStupidWarnings.h"
00007 
00008 namespace Eigen {
00009 
00010 /** \defgroup Cholesky_Module Cholesky module 
00011  * \ingroup eigen_grp
00012   *
00013   *
00014   *
00015   * This module provides two variants of the Cholesky decomposition for selfadjoint (hermitian) matrices.
00016   * Those decompositions are accessible via the following MatrixBase methods:
00017   *  - MatrixBase::llt(),
00018   *  - MatrixBase::ldlt()
00019   *
00020   * \code
00021   * #include <Eigen/Cholesky>
00022   * \endcode
00023   */
00024 
00025 #include "src/misc/Solve.h"
00026 #include "src/Cholesky/LLT.h"
00027 #include "src/Cholesky/LDLT.h"
00028 
00029 } // namespace Eigen
00030 
00031 #include "src/Core/util/ReenableStupidWarnings.h"
00032 
00033 #endif // EIGEN_CHOLESKY_MODULE_H
00034 /* vim: set filetype=cpp et sw=2 ts=2 ai: */



Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011