From 13ad88736e41cd22d057f67e39ba694be76f7010 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Tue, 12 Aug 2008 02:14:02 +0000 Subject: last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to port to. --- Eigen/src/Core/MatrixBase.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Eigen/src/Core') diff --git a/Eigen/src/Core/MatrixBase.h b/Eigen/src/Core/MatrixBase.h index 2d4c8b08d..c1bb99141 100644 --- a/Eigen/src/Core/MatrixBase.h +++ b/Eigen/src/Core/MatrixBase.h @@ -462,6 +462,9 @@ template class MatrixBase template const CwiseUnaryOp::Scalar, NewType>, Derived> cast() const; + /** \returns the matrix or vector obtained by evaluating this expression. + * + */ EIGEN_ALWAYS_INLINE const typename ei_eval::type eval() const { return typename ei_eval::type(derived()); -- cgit v1.2.3