Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ size
Method
size
unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
return m_vec.cols();
176
}
177
inline Index size() const
178
{
179
return m_spblockmat.blockRows();
180
}
181
inline Scalar coeff(Index bi) const
182
{
183
Index startRow = m_spblockmat.blockRowsIndex(bi);
Callers
15
setBlockStructure
Method · 0.45
setBlockLayout
Method · 0.45
nonZeros
Method · 0.45
outerSize
Method · 0.45
innerNonZeros
Method · 0.45
nonZeros
Method · 0.45
DynamicSparseMatrix
Class · 0.45
resize
Method · 0.45
resizeAndKeepData
Method · 0.45
nonZeros
Method · 0.45
SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size>
Class · 0.45
saveMarketVector
Function · 0.45
Calls
1
blockRows
Method · 0.45
Tested by
no test coverage detected