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

Method resize

Eigen/src/SparseCore/SparseSelfAdjointView.h:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 void resize(Index rows, Index cols)
153 {
154 EIGEN_ONLY_USED_FOR_DEBUG(rows);
155 EIGEN_ONLY_USED_FOR_DEBUG(cols);
156 eigen_assert(rows == this->rows() && cols == this->cols()
157 && "SparseSelfadjointView::resize() does not actually allow to resize.");
158 }
159
160 protected:
161

Callers 2

permute_symm_to_fullsymmFunction · 0.45
permute_symm_to_symmFunction · 0.45

Calls 2

rowsMethod · 0.95
colsMethod · 0.95

Tested by

no test coverage detected