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

Method init

Eigen/src/SparseCore/AmbiVector.h:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137template<typename _Scalar,typename _StorageIndex>
138void AmbiVector<_Scalar,_StorageIndex>::init(double estimatedDensity)
139{
140 if (estimatedDensity>0.1)
141 init(IsDense);
142 else
143 init(IsSparse);
144}
145
146template<typename _Scalar,typename _StorageIndex>
147void AmbiVector<_Scalar,_StorageIndex>::init(int mode)

Callers 2

runMethod · 0.45

Calls 1

initClass · 0.85

Tested by

no test coverage detected