aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Dot.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-01-31 09:18:49 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-01-31 09:18:49 -0500
commitdc22ae101f82a9c9da9ee8b4ddba356e14f8ba65 (patch)
tree04ae3208e4a8f078cbb65039eb4e842e27224ee8 /Eigen/src/Core/Dot.h
parentdf06f0be31cf2245fbca13986ce21eabce3888db (diff)
kill stage 15, it's useless
Diffstat (limited to 'Eigen/src/Core/Dot.h')
-rw-r--r--Eigen/src/Core/Dot.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Eigen/src/Core/Dot.h b/Eigen/src/Core/Dot.h
index 837738308..6e83191c5 100644
--- a/Eigen/src/Core/Dot.h
+++ b/Eigen/src/Core/Dot.h
@@ -90,9 +90,7 @@ MatrixBase<Derived>::dot(const MatrixBase<OtherDerived>& other) const
/** \returns the dot product of *this with other, with the Eigen2 convention that the dot product is linear in the first variable
* (conjugating the second variable). Of course this only makes a difference in the complex case.
*
- * This method is only available in EIGEN2_SUPPORT mode. With EIGEN2_SUPPORT_STAGE10_FULL_EIGEN2_API and
- * EIGEN2_SUPPORT_STAGE20_RESOLVE_API_CONFLICTS, the dot() method itself uses it. With EIGEN2_SUPPORT_STAGE30_FULL_EIGEN3_API,
- * the dot() method no longer uses it, but it's still available.
+ * This method is only available in EIGEN2_SUPPORT mode.
*
* \only_for_vectors
*