Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ prune
Function
prune
cpp/src/external/eigen/src/SparseCore/SparseVector.h:208–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
inline void finalize() {}
207
208
void prune(const Scalar& reference, const RealScalar& epsilon = NumTraits<RealScalar>::dummy_precision())
209
{
210
m_data.prune(reference,epsilon);
211
}
212
213
void resize(Index rows, Index cols)
214
{
Callers
1
prune
Method · 0.85
Calls
1
prune
Method · 0.45
Tested by
no test coverage detected