aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-07-05 17:22:25 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-07-05 17:22:25 +0200
commit5dbdde0420ef8173656392d5bdbec701b0969361 (patch)
treede3964e1aaeee391f43639c76497a644894b15b9 /Eigen/src/Cholesky
parent23df2eed4605c8f96ee1120bd008f1613de2a183 (diff)
Fix bug #480: workaround the Android NDK defining isfinite as a macro
Diffstat (limited to 'Eigen/src/Cholesky')
-rw-r--r--Eigen/src/Cholesky/LDLT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Cholesky/LDLT.h b/Eigen/src/Cholesky/LDLT.h
index a5e3d5469..fb15084c5 100644
--- a/Eigen/src/Cholesky/LDLT.h
+++ b/Eigen/src/Cholesky/LDLT.h
@@ -370,7 +370,7 @@ template<> struct ldlt_inplace<Lower>
for (Index j = 0; j < size; j++)
{
// Check for termination due to an original decomposition of low-rank
- if (!isfinite(alpha))
+ if (!(isfinite)(alpha))
break;
// Update the diagonal terms