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