Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos > API/Runtime/Chaos/Chaos/TDenseMatrix
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
Include | #include "Chaos/DenseMatrix.h" |
int32 AddRows
&40;
const int32 InNumRows
&41;
Remarks
Add uninitialized rows to the matrix. This will not invalidate data in any previously added rows, so it can be used to build NxM matrices where M is known, but N is calculated later. /return the index of the first new row.