MCPcopy 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

setBlockStructureMethod · 0.45
setBlockLayoutMethod · 0.45
nonZerosMethod · 0.45
outerSizeMethod · 0.45
innerNonZerosMethod · 0.45
nonZerosMethod · 0.45
DynamicSparseMatrixClass · 0.45
resizeMethod · 0.45
resizeAndKeepDataMethod · 0.45
nonZerosMethod · 0.45
saveMarketVectorFunction · 0.45

Calls 1

blockRowsMethod · 0.45

Tested by

no test coverage detected