MCPcopy Create free account
hub / github.com/audacity/audacity / Reinit

Method Reinit

libraries/lib-math/Matrix.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void Vector::Reinit(unsigned len)
61{
62 Vector temp(len);
63 Swap(temp);
64}
65
66void Vector::Swap(Vector &that)
67{

Callers 4

ProcessPassMethod · 0.45
MatrixMethod · 0.45
CopyFromMethod · 0.45
RealtimeResumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected