From 55453c51e8c7d7d69ffa67777ad3355ab9c6f771 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Thu, 19 Jun 2014 15:07:42 +0100 Subject: [PATCH] Add documentation and very simple test for array atan(). --- Eigen/src/plugins/ArrayCwiseUnaryOps.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Eigen/src/plugins/ArrayCwiseUnaryOps.h b/Eigen/src/plugins/ArrayCwiseUnaryOps.h index d2a8ea75b..ce462e951 100644 --- a/Eigen/src/plugins/ArrayCwiseUnaryOps.h +++ b/Eigen/src/plugins/ArrayCwiseUnaryOps.h @@ -142,6 +142,9 @@ tan() const } /** \returns an expression of the coefficient-wise arc tan of *this. + * + * Example: \include Cwise_atan.cpp + * Output: \verbinclude Cwise_atan.out * * \sa cos(), sin(), tan() */