aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/OrthoMethods.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-04-15 14:44:57 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-04-15 14:44:57 +0200
commit04c8c5d9efdf1f29901b6f1db266b1caf4853b12 (patch)
tree665267e4edcc615df80440f7b890eaefca76b5ac /Eigen/src/Geometry/OrthoMethods.h
parent0f82399fe9772898fc1f857a57820a17cb8299ea (diff)
Fix bug #996: fix comparisons to 0 instead of Scalar(0)
Diffstat (limited to 'Eigen/src/Geometry/OrthoMethods.h')
-rw-r--r--Eigen/src/Geometry/OrthoMethods.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/src/Geometry/OrthoMethods.h b/Eigen/src/Geometry/OrthoMethods.h
index 6b2e57392..655622e90 100644
--- a/Eigen/src/Geometry/OrthoMethods.h
+++ b/Eigen/src/Geometry/OrthoMethods.h
@@ -18,6 +18,9 @@ namespace Eigen {
* \returns the cross product of \c *this and \a other
*
* Here is a very good explanation of cross-product: http://xkcd.com/199/
+ *
+ * With complex numbers, the cross product is implemented as \f$ \mathbf{a}+\mathrm{i}\mathbf{b}) \times \f$
+ *
* \sa MatrixBase::cross3()
*/
template<typename Derived>