Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos > TDenseMatrix
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
Include | #include "Chaos/DenseMatrix.h" |
template<int32 T_EA, int32 T_EB>
static TDenseMatrix< MaxElements > MultiplyAB_Symmetric
&40;
const TDenseMatrix< T_EA > & A,
const TDenseMatrix< T_EB > & B
&41;
Remarks
Return C = A x B, where the results is known to be symmetric. /see MultiplyAtB.