aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/OrthoMethods.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-04-15 14:47:08 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-04-15 14:47:08 +0200
commit5dbe758dc337c9d28b0fee83d009b43b4c38aedd (patch)
tree505ba8b935b45b4a508bcc61428d884e8a453032 /Eigen/src/Geometry/OrthoMethods.h
parent04c8c5d9efdf1f29901b6f1db266b1caf4853b12 (diff)
Diffstat (limited to 'Eigen/src/Geometry/OrthoMethods.h')
-rw-r--r--Eigen/src/Geometry/OrthoMethods.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/src/Geometry/OrthoMethods.h b/Eigen/src/Geometry/OrthoMethods.h
index 655622e90..6b2e57392 100644
--- a/Eigen/src/Geometry/OrthoMethods.h
+++ b/Eigen/src/Geometry/OrthoMethods.h
@@ -18,9 +18,6 @@ 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>