Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
671
static inline fortran_int
672
fortran_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_element
Function · 0.85
init_evd
Function · 0.85
init_gesv
Function · 0.85
init_potrf
Function · 0.85
init_geev
Function · 0.85
init_gesdd
Function · 0.85
init_geqrf
Function · 0.85
init_gqr_common
Function · 0.85
init_gelsd
Function · 0.85
lstsq
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected