Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ clear
Method
clear
src/openms/include/OpenMS/DATASTRUCTURES/Matrix.h:210–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
//@}
209
210
void clear()
211
{
212
Base::clear();
213
rows_ = 0;
214
cols_ = 0;
215
}
216
217
void resize(size_type i, size_type j, value_type value = value_type())
218
{
Callers
6
activateCache
Method · 0.45
cacheChunk
Method · 0.45
reset
Method · 0.45
StringUtilsSimple.h
File · 0.45
split
Function · 0.45
split_quoted
Function · 0.45
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected