Merge from eigen/eigen

This commit is contained in:
Michael Figurnov
2018-06-07 17:57:56 +01:00
70 changed files with 326 additions and 149 deletions

View File

@@ -1720,6 +1720,8 @@ struct betainc_impl<double> {
}
};
#endif // EIGEN_HAS_C99_MATH
/****************************************************************************
* Implementation of Bessel function, based on Cephes *
****************************************************************************/
@@ -2048,8 +2050,6 @@ struct i1e_impl<double> {
}
};
#endif // EIGEN_HAS_C99_MATH
} // end namespace internal
namespace numext {