MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / max

Function max

include/thundersvm/util/common.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9template<class T>
10static inline T max(T x, T y) { return (x > y) ? x : y; }
11
12#endif
13#ifndef min

Callers 11

parse_command_lineMethod · 0.85
parse_pythonMethod · 0.85
sparse_model_scikitFunction · 0.85
dense_model_scikitFunction · 0.85
predict_labelMethod · 0.85
calculate_rhoMethod · 0.85
solveMethod · 0.85
calculate_rhoMethod · 0.85
c_smo_solve_kernelFunction · 0.85
nu_smo_solve_kernelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected