mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 17:33:15 +08:00
Reverted previous commit since it caused more problems than it solved
This commit is contained in:
parent
d9d05dd96e
commit
2cd32cad27
@ -257,8 +257,7 @@ struct matrix_exp_computeUV<MatrixType, long double>
|
|||||||
static void run(const MatrixType& arg, MatrixType& U, MatrixType& V, int& squarings)
|
static void run(const MatrixType& arg, MatrixType& U, MatrixType& V, int& squarings)
|
||||||
{
|
{
|
||||||
#if LDBL_MANT_DIG == 53 // double precision
|
#if LDBL_MANT_DIG == 53 // double precision
|
||||||
|
matrix_exp_computeUV<MatrixType, double>::run(arg, U, V, squarings);
|
||||||
matrix_exp_computeUV<MatrixType, double>::run(arg.cast<double>(), U.cast<double(), V.cast<doble>(), squarings);
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user