Lines Matching full:cross
18 * \returns the cross product of \c *this and \a other
20 * Here is a very good explanation of cross-product: http://xkcd.com/199/
22 * With complex numbers, the cross product is implemented as
34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const
72 * \returns the cross product of \c *this and \a other using only the x, y, and z coefficients
77 * \sa MatrixBase::cross()
99 * \returns a matrix expression of the cross product of each column or row
105 * \sa MatrixBase::cross() */
110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const
222 * \sa cross()