MCPcopy Create free account
hub / github.com/arq5x/bedtools2 / GetAbsMin

Method GetAbsMin

src/utils/VectorOps/VectorOps.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142double VectorOps::GetAbsMin(void)
143{
144 // convert the vec of strings to a vec of doubles
145 transform(_vecs.begin(), _vecs.end(), back_inserter(_vecd), MakeAbsDouble);
146 return *min_element( _vecd.begin(), _vecd.end() );
147}
148
149double VectorOps::GetMax(void)
150{

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected