Main MRPT website > C++ reference
MRPT logo
Classes | Namespaces | Defines | Functions
LU File Reference
#include "Core"
#include "src/Core/util/DisableStupidWarnings.h"
#include "src/misc/Solve.h"
#include "src/misc/Kernel.h"
#include "src/misc/Image.h"
#include "src/LU/FullPivLU.h"
#include "src/LU/PartialPivLU.h"
#include "src/LU/Determinant.h"
#include "src/LU/Inverse.h"
#include "src/Core/util/ReenableStupidWarnings.h"
Include dependency graph for LU:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Eigen::internal::traits< solve_retval_base< DecompositionType, Rhs > >
class  Eigen::internal::solve_retval_base< _DecompositionType, Rhs >
struct  Eigen::internal::traits< kernel_retval_base< DecompositionType > >
class  Eigen::internal::kernel_retval_base
struct  Eigen::internal::traits< image_retval_base< DecompositionType > >
class  Eigen::internal::image_retval_base
class  Eigen::FullPivLU
 LU decomposition of a matrix with complete pivoting, and related features. More...
struct  Eigen::internal::kernel_retval< FullPivLU< _MatrixType > >
struct  Eigen::internal::image_retval< FullPivLU< _MatrixType > >
struct  Eigen::internal::solve_retval< FullPivLU< _MatrixType >, Rhs >
class  Eigen::PartialPivLU
 LU decomposition of a matrix with partial pivoting, and related features. More...
struct  Eigen::internal::partial_lu_impl
struct  Eigen::internal::solve_retval< PartialPivLU< _MatrixType >, Rhs >
struct  Eigen::internal::determinant_impl
struct  Eigen::internal::determinant_impl< Derived, 1 >
struct  Eigen::internal::determinant_impl< Derived, 2 >
struct  Eigen::internal::determinant_impl< Derived, 3 >
struct  Eigen::internal::determinant_impl< Derived, 4 >
struct  Eigen::internal::compute_inverse
struct  Eigen::internal::compute_inverse_and_det_with_check
struct  Eigen::internal::compute_inverse< MatrixType, ResultType, 1 >
struct  Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 1 >
struct  Eigen::internal::compute_inverse< MatrixType, ResultType, 2 >
struct  Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 2 >
struct  Eigen::internal::compute_inverse< MatrixType, ResultType, 3 >
struct  Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 3 >
struct  Eigen::internal::compute_inverse_size4
struct  Eigen::internal::compute_inverse< MatrixType, ResultType, 4 >
struct  Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 4 >
struct  Eigen::internal::traits< inverse_impl< MatrixType > >
struct  Eigen::internal::inverse_impl

Namespaces

namespace  Eigen
 

Namespace containing all symbols from the Eigen library.


namespace  Eigen::internal
 

Applies the clock wise 2D rotation j to the set of 2D vectors of cordinates x and y: $ \left ( \begin{array}{cc} x \\ y \end{array} \right ) = J \left ( \begin{array}{cc} x \\ y \end{array} \right ) $


Defines

#define EIGEN_LU_MODULE_H

Functions

template<typename MatrixType , typename TranspositionType >
void Eigen::internal::partial_lu_inplace (MatrixType &lu, TranspositionType &row_transpositions, typename TranspositionType::Index &nb_transpositions)
template<typename Derived >
const Derived::Scalar Eigen::internal::bruteforce_det3_helper (const MatrixBase< Derived > &matrix, int a, int b, int c)
template<typename Derived >
const Derived::Scalar Eigen::internal::bruteforce_det4_helper (const MatrixBase< Derived > &matrix, int j, int k, int m, int n)
template<typename MatrixType , typename ResultType >
void Eigen::internal::compute_inverse_size2_helper (const MatrixType &matrix, const typename ResultType::Scalar &invdet, ResultType &result)
template<typename MatrixType , int i, int j>
MatrixType::Scalar Eigen::internal::cofactor_3x3 (const MatrixType &m)
template<typename MatrixType , typename ResultType >
void Eigen::internal::compute_inverse_size3_helper (const MatrixType &matrix, const typename ResultType::Scalar &invdet, const Matrix< typename ResultType::Scalar, 3, 1 > &cofactors_col0, ResultType &result)
template<typename Derived >
const Derived::Scalar Eigen::internal::general_det3_helper (const MatrixBase< Derived > &matrix, int i1, int i2, int i3, int j1, int j2, int j3)
template<typename MatrixType , int i, int j>
MatrixType::Scalar Eigen::internal::cofactor_4x4 (const MatrixType &matrix)

Define Documentation

#define EIGEN_LU_MODULE_H

Definition at line 2 of file LU.




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