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

Method GetAbsMax

src/utils/VectorOps/VectorOps.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156double VectorOps::GetAbsMax(void)
157{
158 // convert the vec of strings to a vec of doubles
159 transform(_vecs.begin(), _vecs.end(), back_inserter(_vecd), MakeAbsDouble);
160 return *max_element( _vecd.begin(), _vecd.end() );
161}
162
163string VectorOps::GetMode(void)
164{

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected