Multiply

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

TDenseMatrix...

 

Multiply

(
    const TDenseMatrix< T_EA >& A,
    const FReal V
)

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

Public function Static

TDenseMatrix...

 

Multiply

(
    const FReal V,
    const TDenseMatrix< T_EA >& A
)

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