aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DenseBase.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-07-18 11:27:04 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-07-18 11:27:04 +0200
commit4f0bd557a470d47d60f49374153135422bff5289 (patch)
tree50f9b8da97750d6debb0b28b87e3bb1de59f15e1 /Eigen/src/Core/DenseBase.h
parent736fe99fbfe4bf7d50062b8ce16982ccbd93efe3 (diff)
Previous isFinite->hasNonFinite change was broken. After discussion let's rename it to allFinite
Diffstat (limited to 'Eigen/src/Core/DenseBase.h')
-rw-r--r--Eigen/src/Core/DenseBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/DenseBase.h b/Eigen/src/Core/DenseBase.h
index 44fd660d9..c5800f6c8 100644
--- a/Eigen/src/Core/DenseBase.h
+++ b/Eigen/src/Core/DenseBase.h
@@ -348,7 +348,7 @@ template<typename Derived> class DenseBase
bool isOnes(const RealScalar& prec = NumTraits<Scalar>::dummy_precision()) const;
inline bool hasNaN() const;
- inline bool hasNonFinite() const;
+ inline bool allFinite() const;
inline Derived& operator*=(const Scalar& other);
inline Derived& operator/=(const Scalar& other);