MCPcopy Create free account
hub / github.com/OpenCalib/LiDAR2INS / resize

Method resize

eigen3/Eigen/src/SparseCore/SparseMatrix.h:623–642  ·  view source on GitHub ↗

Resizes the matrix to a \a rows x \a cols matrix and initializes it to zero. * * This function does not free the currently allocated memory. To release as much as memory as possible, * call \code mat.data().squeeze(); \endcode after resizing it. * * \sa reserve(), setZero() */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

assignDiagonalMethod · 0.95
reserveInnerVectorsMethod · 0.45
makeCompressedMethod · 0.45
pruneMethod · 0.45
resizeNonZerosMethod · 0.45
setIdentityMethod · 0.45
collapseDuplicatesMethod · 0.45
SparseMatrix.hFile · 0.45

Calls 3

throw_std_bad_allocFunction · 0.85
memsetFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected