TDenseMatrix::MultiplyAtB

Return C = Transpose(A) x B. /see MultiplyAB, MultiplyABt, MultipltAtBt.

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 > MultiplyAtB
(
    const TDenseMatrix< T_EA > & A,
    const TDenseMatrix< T_EB > & B
)

Remarks

Return C = Transpose(A) x B. /see MultiplyAB, MultiplyABt, MultipltAtBt.

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