TDenseMatrix::Multiply

Return C = A x V, where A is an MxN matrix, and V a real number.

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>
static TDenseMatrix< MaxElements > Multiply
(
    const TDenseMatrix< T_EA > & A,
    const FReal V
)

Remarks

Return C = A x V, where A is an MxN matrix, and V a real number.

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