#include <OrthoMethods.h>
◆ return_type
template<typename Derived , typename OtherDerived , int Size>
◆ Scalar
template<typename Derived , typename OtherDerived , int Size>
◆ run()
template<typename Derived , typename OtherDerived , int Size>
35 typename
internal::nested_eval<Derived, 2>::
type lhs(first.derived());
36 typename
internal::nested_eval<OtherDerived, 2>::
type rhs(second.derived());
38 numext::
conj(lhs.coeff(2) * rhs.coeff(0) - lhs.coeff(0) * rhs.coeff(2)),
39 numext::
conj(lhs.coeff(0) * rhs.coeff(1) - lhs.coeff(1) * rhs.coeff(0)));
#define EIGEN_STATIC_ASSERT_VECTOR_SPECIFIC_SIZE(TYPE, SIZE)
Definition: StaticAssert.h:50
if n return
Definition: level1_cplx_impl.h:31
const AutoDiffScalar< DerType > & conj(const AutoDiffScalar< DerType > &x)
Definition: AutoDiffScalar.h:482
type
Definition: compute_granudrum_aor.py:141
Definition: Eigen_Colamd.h:49
Matrix< Scalar, MatrixBase< Derived >::RowsAtCompileTime, MatrixBase< Derived >::ColsAtCompileTime > return_type
Definition: OrthoMethods.h:26
References conj(), and EIGEN_STATIC_ASSERT_VECTOR_SPECIFIC_SIZE.
Referenced by Eigen::MatrixBase< Derived >::cross().
The documentation for this struct was generated from the following files: