TDenseMatrix::Make

Factory methods Create a matrix with the specified dimensions, but all elements are uninitialized.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/DenseMatrix.h"

Syntax

static TDenseMatrix< MaxElements > Make
(
    const int32 InNumRows,
    const int32 InNumCols
)

Remarks

Factory methods Create a matrix with the specified dimensions, but all elements are uninitialized.

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