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

Function init_linearize_data

numpy/linalg/umath_linalg.cpp:570–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570static inline void
571init_linearize_data(LINEARIZE_DATA_t *lin_data,
572 npy_intp rows,
573 npy_intp columns,
574 npy_intp row_strides,
575 npy_intp column_strides)
576{
577 init_linearize_data_ex(
578 lin_data, rows, columns, row_strides, column_strides, columns);
579}
580
581static inline void
582dump_ufunc_object(PyUFuncObject* ufunc)

Callers 13

slogdetFunction · 0.85
detFunction · 0.85
eigh_wrapperFunction · 0.85
solveFunction · 0.85
solve1Function · 0.85
invFunction · 0.85
choleskyFunction · 0.85
eig_wrapperFunction · 0.85
svd_wrapperFunction · 0.85
qr_r_rawFunction · 0.85
qr_reducedFunction · 0.85
qr_completeFunction · 0.85

Calls 1

init_linearize_data_exFunction · 0.85

Tested by

no test coverage detected