Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos > API/Runtime/Chaos/Chaos/TDenseMatrix > API/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 &42; V,
const int32 VLen
&41;
Remarks
Create a matrix with the specified elements supplied as an array in row-major order (i.e., the first N elements are for Row 0, the next N for Row 1, etc., where N is the number of columns).