Eigen  3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)

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  Eigen::FullPivLU< MatrixType_ >
 LU decomposition of a matrix with complete pivoting, and related features. More...
 
class  Eigen::PartialPivLU< MatrixType_ >
 LU decomposition of a matrix with partial pivoting, and related features. More...