#include <OrthoMethods.h>
◆ run()
template<int Arch, typename VectorLhs , typename VectorRhs , typename Scalar = typename VectorLhs::Scalar, bool Vectorizable = bool((evaluator<VectorLhs>::Flags & evaluator<VectorRhs>::Flags) & PacketAccessBit)>
108 numext::conj(lhs.coeff(1) * rhs.coeff(2) - lhs.coeff(2) * rhs.coeff(1)),
109 numext::conj(lhs.coeff(2) * rhs.coeff(0) - lhs.coeff(0) * rhs.coeff(2)),
110 numext::conj(lhs.coeff(0) * rhs.coeff(1) - lhs.coeff(1) * rhs.coeff(0)), 0);
AnnoyingScalar conj(const AnnoyingScalar &x)
Definition: AnnoyingScalar.h:133
type
Definition: compute_granudrum_aor.py:141
References conj(), and compute_granudrum_aor::type.
The documentation for this struct was generated from the following file: