MCPcopy Create free account
hub / github.com/numpy/numpy / fortran_int_max

Function fortran_int_max

numpy/linalg/umath_linalg.cpp:671–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671static inline fortran_int
672fortran_int_max(fortran_int x, fortran_int y) {
673 return x > y ? x : y;
674}
675
676#define INIT_OUTER_LOOP_1 \
677 npy_intp dN = *dimensions++;\

Callers 10

slogdet_single_elementFunction · 0.85
init_evdFunction · 0.85
init_gesvFunction · 0.85
init_potrfFunction · 0.85
init_geevFunction · 0.85
init_gesddFunction · 0.85
init_geqrfFunction · 0.85
init_gqr_commonFunction · 0.85
init_gelsdFunction · 0.85
lstsqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected