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/DisableMSVCWarnings.h"
00007 
00008 namespace Eigen {
00009 
00010 /** \defgroup Cholesky_Module Cholesky module
00011   *
00012   *
00013   *
00014   * This module provides two variants of the Cholesky decomposition for selfadjoint (hermitian) matrices.
00015   * Those decompositions are accessible via the following MatrixBase methods:
00016   *  - MatrixBase::llt(),
00017   *  - MatrixBase::ldlt()
00018   *
00019   * \code
00020   * #include <Eigen/Cholesky>
00021   * \endcode
00022   */
00023 
00024 #include "src/misc/Solve.h"
00025 #include "src/Cholesky/LLT.h"
00026 #include "src/Cholesky/LDLT.h"
00027 
00028 } // namespace Eigen
00029 
00030 #include "src/Core/util/EnableMSVCWarnings.h"
00031 
00032 #endif // EIGEN_CHOLESKY_MODULE_H
00033 /* vim: set filetype=cpp et sw=2 ts=2 ai: */



Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011