Method

NumCosmoMathQuaternionconjugate_q_mul

Declaration [src]

void
ncm_quaternion_conjugate_q_mul (
  NcmQuaternion* q,
  NcmQuaternion* u,
  NcmQuaternion* res
)

Description [src]

Computes the product of two NcmQuaternion and stores the result in res. The first NcmQuaternion is conjugated before the multiplication. That is, $r = q^\dagger u$ where $q$ and $u$ are q and u, respectively, and $r$ is res.

Parameters

u

Type: NcmQuaternion

A NcmQuaternion.

The data is owned by the caller of the method.
res

Type: NcmQuaternion

A NcmQuaternion.

The data is owned by the caller of the method.