mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
Fix obsolete comment in InverseImpl.h. We use PartialPivLU for the general case.
This commit is contained in:
parent
ae3aba99db
commit
434a2fc4a4
@ -268,7 +268,7 @@ struct Assignment<DstXprType, Inverse<XprType>,
|
||||
* \note This matrix must be invertible, otherwise the result is undefined. If you need an
|
||||
* invertibility check, do the following:
|
||||
* \li for fixed sizes up to 4x4, use computeInverseAndDetWithCheck().
|
||||
* \li for the general case, use class FullPivLU.
|
||||
* \li for the general case, use class PartialPivLU.
|
||||
*
|
||||
* Example: \include MatrixBase_inverse.cpp
|
||||
* Output: \verbinclude MatrixBase_inverse.out
|
||||
|
Loading…
x
Reference in New Issue
Block a user