MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / resize

Function resize

Externals/eigen/Eigen/src/SparseCore/SparseVector.h:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 void resize(Index rows, Index cols)
197 {
198 eigen_assert(rows==1 || cols==1);
199 resize(IsColVector ? rows : cols);
200 }
201
202 void resize(Index newSize)
203 {

Callers 10

SparseVectorFunction · 0.70
SparseVector.hFile · 0.70
CompressedStorageMethod · 0.70
CompressedStorageClass · 0.70
appendMethod · 0.70
pruneMethod · 0.70
AmbiVectorMethod · 0.70
resizeMethod · 0.50
resizeMethod · 0.50
resizeMethod · 0.50

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected