Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more
LU module
This module includes LU decomposition and related notions such as matrix inversion and determinant. More...
Data Structures | |
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... |
Detailed Description
This module includes LU decomposition and related notions such as matrix inversion and determinant.
This module defines the following MatrixBase methods:
- MatrixBase::inverse()
- MatrixBase::determinant()
#include <Eigen/LU>
Generated on Tue Jul 12 2022 17:47:02 by
