Eigen  3.2.7
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
LU module

Detailed Description

This module includes LU decomposition and related notions such as matrix inversion and determinant. This module defines the following MatrixBase methods:

* #include <Eigen/LU>
*

Classes

class  FullPivLU< MatrixType >
 LU decomposition of a matrix with complete pivoting, and related features. More...
 
class  PartialPivLU< MatrixType >
 LU decomposition of a matrix with partial pivoting, and related features. More...