TDenseMatrix::SetDimensions

Set the dimensions of the matrix, but do not initialize any values.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h

Include

#include "Chaos/DenseMatrix.h"

Syntax

void SetDimensions
(
    const int32 InNumRows,
    const int32 InNumColumns
)

Remarks

Set the dimensions of the matrix, but do not initialize any values. This will invalidate any existing data.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss