aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Ref.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-01-09 13:01:39 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-01-09 13:01:39 +0100
commitad3eef76082a8d25d27ca6894d128dd47652a4cf (patch)
tree8a7631267c604e78bdc37e1a0a8a57ec8411c5ea /Eigen/src/Core/Ref.h
parent831fffe874d791448ff2040654411383ae260a75 (diff)
Add link to SO
Diffstat (limited to 'Eigen/src/Core/Ref.h')
-rw-r--r--Eigen/src/Core/Ref.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/src/Core/Ref.h b/Eigen/src/Core/Ref.h
index bdf24f52a..abb1e5121 100644
--- a/Eigen/src/Core/Ref.h
+++ b/Eigen/src/Core/Ref.h
@@ -184,6 +184,8 @@ protected:
* void foo(const Ref<MatrixXf,0,Stride<> >& A) { foo_impl(A); }
* \endcode
*
+ * See also the following stackoverflow questions for further references:
+ * - <a href="http://stackoverflow.com/questions/21132538/correct-usage-of-the-eigenref-class">Correct usage of the Eigen::Ref<> class</a>
*
* \sa PlainObjectBase::Map(), \ref TopicStorageOrders
*/