Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos > TDenseMatrix > Make
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
Include | #include "Chaos/DenseMatrix.h" |
static TDenseMatrix< MaxElements > Make
&40;
const int32 InNumRows,
const int32 InNumCols,
const FReal V
&41;
Remarks
Create a matrix with the specified dimensions, and initialize all elements with "V".