MCPcopy Create free account
hub / github.com/PX4/eigen / rows

Method rows

unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:738–742  ·  view source on GitHub ↗

* \returns the number of rows */

Source from the content-addressed store, hash-verified

736 * \returns the number of rows
737 */
738 inline Index rows() const
739 {
740// return blockRows();
741 return (IsColMajor ? innerSize() : outerSize());
742 }
743
744 /**
745 * \returns the number of cols

Callers 4

setBlockStructureMethod · 0.45
setFromTripletsMethod · 0.45
saveMarketFunction · 0.45

Calls 2

innerSizeFunction · 0.50
outerSizeFunction · 0.50

Tested by

no test coverage detected