Mjolnir Core
Core functionality of the Mjolnir API

◆ scalar_triple_product() [2/2]

auto scalar_triple_product ( T_RegisterType  a,
T_RegisterType  b,
T_RegisterType  c 
) -> x86::ElementType<T_RegisterType>
inlinenoexcept

Calculate the scalar triple product of 3 vectors.

Template Parameters
T_RegisterTypeRegister type that stores the vector data.
Parameters
[in]aData of the first vector
[in]bData of the second vector
[in]cData of the third vector
Returns
Scalar triple product