summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2017-03-02 22:05:05 +0000
committerEric Wieser <wieser.eric@gmail.com>2017-03-02 22:24:10 +0000
commit71898246d4287d33d294a7a47cd6bafacc3d376f (patch)
treeb810ef473d43ddbacd578c067dcfdc423b4c6b59 /numpy/core/numeric.py
parent9c09f0105b6a62c0dfe9167fa78c0fb59878e222 (diff)
downloadnumpy-71898246d4287d33d294a7a47cd6bafacc3d376f.tar.gz
MAINT: Split up the lapack_lite files more sensibly
Also uses this splitting as an excuse to ditch the _lite suffix, in favor of a f2c_ prefix for all generated files. Before: * `zlapack_lite.c` - Functions for the `complex128` type. * `dlapack_lite.c` - Every other lapack function After: * `f2c_z_lapack.c` - Functions for the `complex128` type. * `f2c_c_lapack.c` - Functions for the `complex64` type. * `f2c_d_lapack.c` - Functions for the `float64` type. * `f2c_s_lapack.c` - Functions for the `float32` type. * `f2c_lapack.c` - Every other lapack function
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions