TDenseMatrix::MultiplyAB

Return C = A x B, where B is an 6xN matrix, and A is a 6x6 mass matrix (Mass in upper left 3x3 diagonals, Inertia in lower right 3x3).

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h

Include

#include "Chaos/DenseMatrix.h"

Syntax

template<int32 T_EB>
static TDenseMatrix< MaxElements > MultiplyAB
(
    const FMassMatrix & A,
    const TDenseMatrix< T_EB > & B
)

Remarks

Return C = A x B, where B is an 6xN matrix, and A is a 6x6 mass matrix (Mass in upper left 3x3 diagonals, Inertia in lower right 3x3). C = |M 0| * |B0| = |M.B0| |0 I| |B1| |I.B1|

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss