Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TDenseMatrix
Description
Return C = A + B x C, where the A and (B x C) are known to be symmetric. /see MultiplyAtB, Add_Symmetric.
| Name | MultiplyBCAddA_Symmetric |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
| Include Path | #include "Chaos/DenseMatrix.h" |
template<int32 T_EA, int32 T_EB, int32 T_EC>
static TDenseMatrix < MaxElements > MultiplyBCAddA_Symmetric
(
const TDenseMatrix < T_EA > & A,
const TDenseMatrix < T_EB > & B,
const TDenseMatrix < T_EC > & C
)