Backed out changeset 04c8c5d9ef

This commit is contained in:
Gael Guennebaud
2015-04-15 14:47:08 +02:00
parent 04c8c5d9ef
commit 5dbe758dc3
3 changed files with 8 additions and 65 deletions

View File

@@ -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>