eigen2: pass lu test

This commit is contained in:
Benoit Jacob
2011-01-25 10:02:36 -05:00
parent 3e2469f951
commit 09d1923f61
6 changed files with 154 additions and 8 deletions

View File

@@ -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