summaryrefslogtreecommitdiff
path: root/numpy/core/bento.info
blob: 9fe2229ee5d368d6ec02704c3ba20e693b1f44d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
HookFile: bscript

Library:
    CompiledLibrary: lib/npymath
        Sources:
            src/npymath/_signbit.c,
            src/npymath/ieee754.c.src,
            src/npymath/npy_math.c.src,
            src/npymath/npy_math_complex.c.src,
            src/npymath/halffloat.c
    CompiledLibrary: npysort
        Sources:
            src/npysort/quicksort.c.src,
            src/npysort/mergesort.c.src,
            src/npysort/heapsort.c.src
            src/npysort/selection.c.src,
    Extension: multiarray
        Sources:
            src/multiarray/multiarraymodule_onefile.c
    Extension: multiarray_tests
        Sources:
            src/multiarray/multiarray_tests.c.src
    Extension: umath
        Sources:
            src/umath/umathmodule_onefile.c
    Extension: umath_tests
        Sources:
            src/umath/umath_tests.c.src
    Extension: scalarmath
        Sources:
            src/scalarmathmodule.c.src
    Extension: _dotblas
        Sources:
            blasdot/_dotblas.c