MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / init

Method init

include/Eigen/Eigen/src/SparseCore/AmbiVector.h:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected