Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TDenseMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TDenseMatrix< MaxElements > Multiply
(
const TDenseMatrix< T_EA >& A, |
Return C = A x V, where A is an MxN matrix, and V a real number. | Chaos/DenseMatrix.h | |
static TDenseMatrix< MaxElements > Multiply
(
const FReal V, |
Return C = A x V, where A is an MxN matrix, and V a real number. | Chaos/DenseMatrix.h |
Multiply(const TDenseMatrix< T_EA > &, const FReal)
Description
Return C = A x V, where A is an MxN matrix, and V a real number.
| Name | Multiply |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
| Include Path | #include "Chaos/DenseMatrix.h" |
template<int32 T_EA>
static TDenseMatrix < MaxElements > Multiply
(
const TDenseMatrix < T_EA > & A,
const FReal V
)
Multiply(const FReal, const TDenseMatrix< T_EA > &)
Description
Return C = A x V, where A is an MxN matrix, and V a real number.
| Name | Multiply |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
| Include Path | #include "Chaos/DenseMatrix.h" |
template<int32 T_EA>
static TDenseMatrix < MaxElements > Multiply
(
const FReal V,
const TDenseMatrix < T_EA > & A
)