Searched refs:conj (Results 1 – 3 of 3) sorted by relevance
195 constexpr QUATERNION<T> PURE conj(const QUATERNION<T>& q) { in conj() function201 return conj(q) * (1 / dot(q, q)); in inverse()
128 return conj(*this);
227 quatd qc(conj(q)); in TEST_F()