Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SparseVector
Function · 0.70
SparseVector.h
File · 0.70
CompressedStorage
Method · 0.70
CompressedStorage
Class · 0.70
append
Method · 0.70
prune
Method · 0.70
AmbiVector
Method · 0.70
resize
Method · 0.50
resize
Method · 0.50
resize
Method · 0.50
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected