Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Derious/cuMPC
/ reserve
Function
reserve
dependence/eigen-3.4.0/Eigen/src/SparseCore/SparseVector.h:204–204 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
202
/**
203
*/
204
inline void reserve(Index reserveSize) { m_data.reserve(reserveSize); }
205
206
207
inline void finalize() {}
Callers
4
SparseMatrix.h
File · 0.85
setBlockStructure
Method · 0.85
setFromTriplets
Method · 0.85
DynamicSparseMatrix.h
File · 0.85
Calls
1
reserve
Method · 0.45
Tested by
no test coverage detected