MCPcopy 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

setBlockStructureMethod · 0.45
setFromTripletsMethod · 0.45
saveMarketFunction · 0.45
degreeMethod · 0.45
ChordLengthsFunction · 0.45
InterpolateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected