Graphmath.Mat33.multiply_transpose

You're seeing just the function multiply_transpose, go back to Graphmath.Mat33 module for more information.
Link to this function

multiply_transpose(a, b)

Specs

multiply_transpose(mat33(), mat33()) :: mat33()

multiply_transpose( a, b ) multiply two matrices a and b<sup>T</sup> together.

a is the mat33 multiplicand.

b is the mat33 multiplier.

This returns the mat33 product of the a and b<sup>T</sup>.