MultiplyAB

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

TDenseMatrix...

 

MultiplyAB

(
    const TDenseMatrix< T_EA >& A,
    const TDenseMatrix< T_EB >& B
)

Return C = A x B, the product of A and B where each element of C is Cij = DotProduct(A.GetRow(i), B.GetColumns(j)).

Public function Static

TDenseMatrix...

 

MultiplyAB

(
    const TDenseMatrix< T_EA >& A,
    const FMassMatrix& B
)

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

Public function Static

TDenseMatrix...

 

MultiplyAB

(
    const FMassMatrix& A,
    const TDenseMatrix< T_EB >& B
)

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).

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