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

Method resize

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

* \brief Set the number of rows and columns blocks */

Source from the content-addressed store, hash-verified

536 * \brief Set the number of rows and columns blocks
537 */
538 inline void resize(Index brow, Index bcol)
539 {
540 m_innerBSize = IsColMajor ? brow : bcol;
541 m_outerBSize = IsColMajor ? bcol : brow;
542 }
543
544 /**
545 * \brief set the block size at runtime for fixed-size block layout

Callers 8

loadMarketFunction · 0.45
loadMarketVectorFunction · 0.45
derivativesImplFunction · 0.45
KnotAveragingFunction · 0.45
ChordLengthsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected