mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
eigen2: pass lu test
This commit is contained in:
@@ -489,6 +489,7 @@ MatrixBase<Derived>::partialPivLu() const
|
||||
return PartialPivLU<PlainObject>(eval());
|
||||
}
|
||||
|
||||
#if EIGEN2_SUPPORT_STAGE > STAGE20_RESOLVE_API_CONFLICTS
|
||||
/** \lu_module
|
||||
*
|
||||
* Synonym of partialPivLu().
|
||||
@@ -503,5 +504,6 @@ MatrixBase<Derived>::lu() const
|
||||
{
|
||||
return PartialPivLU<PlainObject>(eval());
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // EIGEN_PARTIALLU_H
|
||||
|
||||
Reference in New Issue
Block a user