TDenseMatrix::MultiplyAB_Symmetric

Return C = A x B, where the results is known to be symmetric. /see MultiplyAtB.

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_EA, int32 T_EB>
static TDenseMatrix< MaxElements > MultiplyAB_Symmetric
(
    const TDenseMatrix< T_EA > & A,
    const TDenseMatrix< T_EB > & B
)

Remarks

Return C = A x B, where the results is known to be symmetric. /see MultiplyAtB.

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