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

Method resizeNonZeros

Eigen/src/SparseCore/SparseMatrix.h:644–647  ·  view source on GitHub ↗

\internal * Resize the nonzero vector to \a size */

Source from the content-addressed store, hash-verified

642 /** \internal
643 * Resize the nonzero vector to \a size */
644 void resizeNonZeros(Index size)
645 {
646 m_data.resize(size);
647 }
648
649 /** \returns a const expression of the diagonal coefficients. */
650 const ConstDiagonalReturnType diagonal() const { return ConstDiagonalReturnType(*this); }

Callers 8

extractDataMethod · 0.45
extractDataMethod · 0.45
minimum_degree_orderingFunction · 0.45
permute_symm_to_fullsymmFunction · 0.45
permute_symm_to_symmFunction · 0.45
runMethod · 0.45
setrand_scipyFunction · 0.45

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected