MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / DynamicMatrix

Method DynamicMatrix

core/src/core/matrix.h:597–600  ·  view source on GitHub ↗

Default constructs a 0x0 matrix. Does not allocate memory.

Source from the content-addressed store, hash-verified

595
596 // Default constructs a 0x0 matrix. Does not allocate memory.
597 DynamicMatrix()
598 : numRows(0)
599 , numCols(0)
600 {}
601
602 // Allocates room for a matrix with @rows rows and @cols columns. Does not initialize elements.
603 DynamicMatrix(int rows,

Callers

nothing calls this directly

Calls 3

dataMethod · 0.45
sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected