Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ cols
Method
cols
unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
: m_spblockmat(spblockmat),m_vec(vec)
172
{ }
173
inline Index cols() const
174
{
175
return m_vec.cols();
176
}
177
inline Index size() const
178
{
179
return m_spblockmat.blockRows();
Callers
8
setBlockStructure
Method · 0.45
setFromTriplets
Method · 0.45
MatrixMarketIterator
Class · 0.45
saveMarket
Function · 0.45
degree
Method · 0.45
ChordLengths
Function · 0.45
Interpolate
Method · 0.45
InterpolateWithDerivatives
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected