Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TDenseMatrix
Description
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.
| Name | AddRows |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
| Include Path | #include "Chaos/DenseMatrix.h" |
int32 AddRows
(
const int32 InNumRows
)