#include <Quaternion.h>
◆ run()
template<int Arch, class Derived1 , class Derived2 , typename Scalar >
507 a.w() *
b.x() +
a.x() *
b.w() +
a.y() *
b.z() -
a.z() *
b.y(),
508 a.w() *
b.y() +
a.y() *
b.w() +
a.z() *
b.x() -
a.x() *
b.z(),
509 a.w() *
b.z() +
a.z() *
b.w() +
a.x() *
b.y() -
a.y() *
b.x());
Scalar * b
Definition: benchVecAdd.cpp:17
This class contains the 4 components of a quaternion and the standard operators and functions needed ...
Definition: Kernel/Math/Quaternion.h:42
const Scalar * a
Definition: level2_cplx_impl.h:32
References a, and b.
Referenced by quatmul_novec().
The documentation for this struct was generated from the following file: