Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
void Vector::Reinit(unsigned len)
61
{
62
Vector temp(len);
63
Swap(temp);
64
}
65
66
void Vector::Swap(Vector &that)
67
{
Callers
4
ProcessPass
Method · 0.45
Matrix
Method · 0.45
CopyFrom
Method · 0.45
RealtimeResume
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected