实例介绍
numpy-1.10.1.zip python安装第三方扩展包 解压缩之后: 到目录中,在命令行中输入: python setup.py install
【实例截图】
【核心代码】
cd156f44-8bc7-42b5-aa50-26193f579e00
└── numpy-1.10.1
├── BENTO_BUILD.txt
├── COMPATIBILITY
├── DEV_README.txt
├── doc
│ ├── f2py
│ │ ├── apps.tex
│ │ ├── bugs.tex
│ │ ├── BUGS.txt
│ │ ├── collectinput.py
│ │ ├── commands.tex
│ │ ├── default.css
│ │ ├── docutils.conf
│ │ ├── ex1
│ │ │ ├── arr.f
│ │ │ ├── bar.f
│ │ │ ├── foobar.f90
│ │ │ ├── foobarmodule.tex
│ │ │ ├── foobar-smart.f90
│ │ │ ├── foo.f
│ │ │ └── runme
│ │ ├── f2py.1
│ │ ├── f2py2e.tex
│ │ ├── f2python9-final
│ │ │ ├── aerostructure.jpg
│ │ │ ├── flow.jpg
│ │ │ ├── mk_html.sh
│ │ │ ├── mk_pdf.sh
│ │ │ ├── mk_ps.sh
│ │ │ ├── README.txt
│ │ │ ├── src
│ │ │ │ └── examples
│ │ │ │ ├── exp1.f
│ │ │ │ ├── exp1mess.txt
│ │ │ │ ├── exp1session.txt
│ │ │ │ ├── foom.pyf
│ │ │ │ └── foo.pyf
│ │ │ └── structure.jpg
│ │ ├── FAQ.txt
│ │ ├── fortranobject.tex
│ │ ├── hello.f
│ │ ├── HISTORY.txt
│ │ ├── index.html
│ │ ├── intro.tex
│ │ ├── Makefile
│ │ ├── multiarray
│ │ │ ├── array_from_pyobj.c
│ │ │ ├── bar.c
│ │ │ ├── foo.f
│ │ │ ├── fortran_array_from_pyobj.txt
│ │ │ ├── fun.pyf
│ │ │ ├── run.pyf
│ │ │ └── transpose.txt
│ │ ├── multiarrays.txt
│ │ ├── notes.tex
│ │ ├── oldnews.html
│ │ ├── OLDNEWS.txt
│ │ ├── options.tex
│ │ ├── pyforttest.pyf
│ │ ├── pytest.py
│ │ ├── python9.tex
│ │ ├── README.txt
│ │ ├── Release-1.x.txt
│ │ ├── Release-2.x.txt
│ │ ├── Release-3.x.txt
│ │ ├── Release-4.x.txt
│ │ ├── signaturefile.tex
│ │ ├── simple.f
│ │ ├── simple_session.dat
│ │ ├── TESTING.txt
│ │ ├── THANKS.txt
│ │ ├── TODO.txt
│ │ ├── using_F_compiler.txt
│ │ └── win32_notes.txt
│ ├── Makefile
│ ├── postprocess.py
│ ├── release
│ │ ├── 1.10.0-notes.rst
│ │ ├── 1.10.1-notes.rst
│ │ ├── 1.3.0-notes.rst
│ │ ├── 1.4.0-notes.rst
│ │ ├── 1.5.0-notes.rst
│ │ ├── 1.6.0-notes.rst
│ │ ├── 1.6.1-notes.rst
│ │ ├── 1.6.2-notes.rst
│ │ ├── 1.7.0-notes.rst
│ │ ├── 1.7.1-notes.rst
│ │ ├── 1.7.2-notes.rst
│ │ ├── 1.8.0-notes.rst
│ │ ├── 1.8.1-notes.rst
│ │ ├── 1.8.2-notes.rst
│ │ ├── 1.9.0-notes.rst
│ │ ├── 1.9.1-notes.rst
│ │ ├── 1.9.2-notes.rst
│ │ └── time_based_proposal.rst
│ ├── scipy-sphinx-theme
│ │ ├── conf.py
│ │ ├── index.rst
│ │ ├── Makefile
│ │ ├── README.rst
│ │ ├── _static
│ │ │ └── scipyshiny_small.png
│ │ ├── test_autodoc_2.rst
│ │ ├── test_autodoc_3.rst
│ │ ├── test_autodoc_4.rst
│ │ ├── test_autodoc.rst
│ │ ├── test_optimize.rst
│ │ └── _theme
│ │ └── scipy
│ │ ├── layout.html
│ │ ├── searchbox.html
│ │ ├── sourcelink.html
│ │ ├── static
│ │ │ ├── css
│ │ │ │ ├── extend.css
│ │ │ │ ├── pygments.css
│ │ │ │ ├── scipy-central.css
│ │ │ │ ├── spc-bootstrap.css
│ │ │ │ └── spc-extend.css
│ │ │ ├── img
│ │ │ │ ├── all-icons.svg
│ │ │ │ ├── contents.png
│ │ │ │ ├── create-new-account-icon.png
│ │ │ │ ├── external-link-icon.png
│ │ │ │ ├── external-link-icon-shrunk.png
│ │ │ │ ├── external-link-icon.svg
│ │ │ │ ├── external-link-list-icon.png
│ │ │ │ ├── external-link-list-icon-tiniest.png
│ │ │ │ ├── external-link-list-icon-tiny.png
│ │ │ │ ├── flags
│ │ │ │ │ ├── flag-ad.png
│ │ │ │ │ ├── flag-ae.png
│ │ │ │ │ ├── flag-af.png
│ │ │ │ │ ├── flag-ag.png
│ │ │ │ │ ├── flag-ai.png
│ │ │ │ │ ├── flag-al.png
│ │ │ │ │ ├── flag-am.png
│ │ │ │ │ ├── flag-ao.png
│ │ │ │ │ ├── flag-aq.png
│ │ │ │ │ ├── flag-ar.png
│ │ │ │ │ ├── flag-as.png
│ │ │ │ │ ├── flag-at.png
│ │ │ │ │ ├── flag-au.png
│ │ │ │ │ ├── flag-aw.png
│ │ │ │ │ ├── flag-az.png
│ │ │ │ │ ├── flag-ba.png
│ │ │ │ │ ├── flag-bb.png
│ │ │ │ │ ├── flag-bd.png
│ │ │ │ │ ├── flag-be.png
│ │ │ │ │ ├── flag-bf.png
│ │ │ │ │ ├── flag-bg.png
│ │ │ │ │ ├── flag-bh.png
│ │ │ │ │ ├── flag-bi.png
│ │ │ │ │ ├── flag-bj.png
│ │ │ │ │ ├── flag-bl.png
│ │ │ │ │ ├── flag-bm.png
│ │ │ │ │ ├── flag-bn.png
│ │ │ │ │ ├── flag-bo.png
│ │ │ │ │ ├── flag-br.png
│ │ │ │ │ ├── flag-bs.png
│ │ │ │ │ ├── flag-bt.png
│ │ │ │ │ ├── flag-bw.png
│ │ │ │ │ ├── flag-by.png
│ │ │ │ │ ├── flag-bz.png
│ │ │ │ │ ├── flag-ca.png
│ │ │ │ │ ├── flag-cc.png
│ │ │ │ │ ├── flag-cd.png
│ │ │ │ │ ├── flag-cf.png
│ │ │ │ │ ├── flag-cg.png
│ │ │ │ │ ├── flag-ch.png
│ │ │ │ │ ├── flag-ci.png
│ │ │ │ │ ├── flag-ck.png
│ │ │ │ │ ├── flag-cl.png
│ │ │ │ │ ├── flag-cm.png
│ │ │ │ │ ├── flag-cn.png
│ │ │ │ │ ├── flag-co.png
│ │ │ │ │ ├── flag-cr.png
│ │ │ │ │ ├── flag-cu.png
│ │ │ │ │ ├── flag-cv.png
│ │ │ │ │ ├── flag-cw.png
│ │ │ │ │ ├── flag-cx.png
│ │ │ │ │ ├── flag-cy.png
│ │ │ │ │ ├── flag-cz.png
│ │ │ │ │ ├── flag-de.png
│ │ │ │ │ ├── flag-dj.png
│ │ │ │ │ ├── flag-dk.png
│ │ │ │ │ ├── flag-dm.png
│ │ │ │ │ ├── flag-do.png
│ │ │ │ │ ├── flag-dz.png
│ │ │ │ │ ├── flag-ec.png
│ │ │ │ │ ├── flag-ee.png
│ │ │ │ │ ├── flag-eg.png
│ │ │ │ │ ├── flag-er.png
│ │ │ │ │ ├── flag-es.png
│ │ │ │ │ ├── flag-et.png
│ │ │ │ │ ├── flag-fi.png
│ │ │ │ │ ├── flag-fj.png
│ │ │ │ │ ├── flag-fk.png
│ │ │ │ │ ├── flag-fm.png
│ │ │ │ │ ├── flag-fo.png
│ │ │ │ │ ├── flag-fr.png
│ │ │ │ │ ├── flag-ga.png
│ │ │ │ │ ├── flag-gb.png
│ │ │ │ │ ├── flag-gd.png
│ │ │ │ │ ├── flag-ge.png
│ │ │ │ │ ├── flag-gf.png
│ │ │ │ │ ├── flag-gg.png
│ │ │ │ │ ├── flag-gh.png
│ │ │ │ │ ├── flag-gi.png
│ │ │ │ │ ├── flag-gl.png
│ │ │ │ │ ├── flag-gm.png
│ │ │ │ │ ├── flag-gn.png
│ │ │ │ │ ├── flag-gq.png
│ │ │ │ │ ├── flag-gr.png
│ │ │ │ │ ├── flag-gs.png
│ │ │ │ │ ├── flag-gt.png
│ │ │ │ │ ├── flag-gu.png
│ │ │ │ │ ├── flag-gw.png
│ │ │ │ │ ├── flag-gy.png
│ │ │ │ │ ├── flag-hk.png
│ │ │ │ │ ├── flag-hm.png
│ │ │ │ │ ├── flag-hn.png
│ │ │ │ │ ├── flag-hr.png
│ │ │ │ │ ├── flag-ht.png
│ │ │ │ │ ├── flag-hu.png
│ │ │ │ │ ├── flag-id.png
│ │ │ │ │ ├── flag-ie.png
│ │ │ │ │ ├── flag-il.png
│ │ │ │ │ ├── flag-im.png
│ │ │ │ │ ├── flag-in.png
│ │ │ │ │ ├── flag-io.png
│ │ │ │ │ ├── flag-iq.png
│ │ │ │ │ ├── flag-ir.png
│ │ │ │ │ ├── flag-is.png
│ │ │ │ │ ├── flag-it.png
│ │ │ │ │ ├── flag-je.png
│ │ │ │ │ ├── flag-jm.png
│ │ │ │ │ ├── flag-jo.png
│ │ │ │ │ ├── flag-jp.png
│ │ │ │ │ ├── flag-ke.png
│ │ │ │ │ ├── flag-kg.png
│ │ │ │ │ ├── flag-kh.png
│ │ │ │ │ ├── flag-ki.png
│ │ │ │ │ ├── flag-km.png
│ │ │ │ │ ├── flag-kn.png
│ │ │ │ │ ├── flag-kp.png
│ │ │ │ │ ├── flag-kr.png
│ │ │ │ │ ├── flag-kw.png
│ │ │ │ │ ├── flag-ky.png
│ │ │ │ │ ├── flag-kz.png
│ │ │ │ │ ├── flag-la.png
│ │ │ │ │ ├── flag-lb.png
│ │ │ │ │ ├── flag-lc.png
│ │ │ │ │ ├── flag-li.png
│ │ │ │ │ ├── flag-lk.png
│ │ │ │ │ ├── flag-lr.png
│ │ │ │ │ ├── flag-ls.png
│ │ │ │ │ ├── flag-lt.png
│ │ │ │ │ ├── flag-lu.png
│ │ │ │ │ ├── flag-lv.png
│ │ │ │ │ ├── flag-ly.png
│ │ │ │ │ ├── flag-ma.png
│ │ │ │ │ ├── flag-mc.png
│ │ │ │ │ ├── flag-md.png
│ │ │ │ │ ├── flag-me.png
│ │ │ │ │ ├── flag-mf.png
│ │ │ │ │ ├── flag-mg.png
│ │ │ │ │ ├── flag-mh.png
│ │ │ │ │ ├── flag-mk.png
│ │ │ │ │ ├── flag-ml.png
│ │ │ │ │ ├── flag-mm.png
│ │ │ │ │ ├── flag-mn.png
│ │ │ │ │ ├── flag-mo.png
│ │ │ │ │ ├── flag-mp.png
│ │ │ │ │ ├── flag-mq.png
│ │ │ │ │ ├── flag-mr.png
│ │ │ │ │ ├── flag-ms.png
│ │ │ │ │ ├── flag-mt.png
│ │ │ │ │ ├── flag-mu.png
│ │ │ │ │ ├── flag-mv.png
│ │ │ │ │ ├── flag-mw.png
│ │ │ │ │ ├── flag-mx.png
│ │ │ │ │ ├── flag-my.png
│ │ │ │ │ ├── flag-mz.png
│ │ │ │ │ ├── flag-na.png
│ │ │ │ │ ├── flag-nc.png
│ │ │ │ │ ├── flag-ne.png
│ │ │ │ │ ├── flag-nf.png
│ │ │ │ │ ├── flag-ng.png
│ │ │ │ │ ├── flag-ni.png
│ │ │ │ │ ├── flag-nl.png
│ │ │ │ │ ├── flag-no.png
│ │ │ │ │ ├── flag-np.png
│ │ │ │ │ ├── flag-nr.png
│ │ │ │ │ ├── flag-nu.png
│ │ │ │ │ ├── flag-nz.png
│ │ │ │ │ ├── flag-om.png
│ │ │ │ │ ├── flag-pa.png
│ │ │ │ │ ├── flag-pe.png
│ │ │ │ │ ├── flag-pf.png
│ │ │ │ │ ├── flag-pg.png
│ │ │ │ │ ├── flag-ph.png
│ │ │ │ │ ├── flag-pk.png
│ │ │ │ │ ├── flag-pl.png
│ │ │ │ │ ├── flag-pm.png
│ │ │ │ │ ├── flag-pn.png
│ │ │ │ │ ├── flag-pr.png
│ │ │ │ │ ├── flag-ps.png
│ │ │ │ │ ├── flag-pt.png
│ │ │ │ │ ├── flag-pw.png
│ │ │ │ │ ├── flag-py.png
│ │ │ │ │ ├── flag-qa.png
│ │ │ │ │ ├── flag-re.png
│ │ │ │ │ ├── flag-ro.png
│ │ │ │ │ ├── flag-rs.png
│ │ │ │ │ ├── flag-ru.png
│ │ │ │ │ ├── flag-rw.png
│ │ │ │ │ ├── flag-sa.png
│ │ │ │ │ ├── flag-sb.png
│ │ │ │ │ ├── flag-sc.png
│ │ │ │ │ ├── flag-sd.png
│ │ │ │ │ ├── flag-se.png
│ │ │ │ │ ├── flag-sg.png
│ │ │ │ │ ├── flag-sh.png
│ │ │ │ │ ├── flag-si.png
│ │ │ │ │ ├── flag-sj.png
│ │ │ │ │ ├── flag-sk.png
│ │ │ │ │ ├── flag-sl.png
│ │ │ │ │ ├── flag-sm.png
│ │ │ │ │ ├── flag-sn.png
│ │ │ │ │ ├── flag-so.png
│ │ │ │ │ ├── flag-sr.png
│ │ │ │ │ ├── flag-st.png
│ │ │ │ │ ├── flag-sv.png
│ │ │ │ │ ├── flag-sy.png
│ │ │ │ │ ├── flag-sz.png
│ │ │ │ │ ├── flag-tc.png
│ │ │ │ │ ├── flag-td.png
│ │ │ │ │ ├── flag-tf.png
│ │ │ │ │ ├── flag-tg.png
│ │ │ │ │ ├── flag-th.png
│ │ │ │ │ ├── flag-tj.png
│ │ │ │ │ ├── flag-tk.png
│ │ │ │ │ ├── flag-tl.png
│ │ │ │ │ ├── flag-tm.png
│ │ │ │ │ ├── flag-tn.png
│ │ │ │ │ ├── flag-to.png
│ │ │ │ │ ├── flag-tr.png
│ │ │ │ │ ├── flag-tt.png
│ │ │ │ │ ├── flag-tv.png
│ │ │ │ │ ├── flag-tw.png
│ │ │ │ │ ├── flag-tz.png
│ │ │ │ │ ├── flag-ua.png
│ │ │ │ │ ├── flag-ug.png
│ │ │ │ │ ├── flag-um.png
│ │ │ │ │ ├── flag-us.png
│ │ │ │ │ ├── flag-uy.png
│ │ │ │ │ ├── flag-uz.png
│ │ │ │ │ ├── flag-va.png
│ │ │ │ │ ├── flag-vc.png
│ │ │ │ │ ├── flag-ve.png
│ │ │ │ │ ├── flag-vg.png
│ │ │ │ │ ├── flag-vi.png
│ │ │ │ │ ├── flag-vn.png
│ │ │ │ │ ├── flag-vu.png
│ │ │ │ │ ├── flag-wf.png
│ │ │ │ │ ├── flag-ws.png
│ │ │ │ │ ├── flag-ye.png
│ │ │ │ │ ├── flag-za.png
│ │ │ │ │ ├── flag-zm.png
│ │ │ │ │ └── flag-zw.png
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ ├── glyphicons-halflings-white.png
│ │ │ │ ├── important-icon.png
│ │ │ │ ├── information-icon.png
│ │ │ │ ├── internet-web-browser.png
│ │ │ │ ├── multiple-file-icon.png
│ │ │ │ ├── multiple-file-icon-shrunk.png
│ │ │ │ ├── multiple-file-icon.svg
│ │ │ │ ├── multiple-file-list-icon.png
│ │ │ │ ├── multiple-file-list-icon-tiny.png
│ │ │ │ ├── navigation.png
│ │ │ │ ├── person-list-icon.png
│ │ │ │ ├── person-list-icon-tiny.png
│ │ │ │ ├── scipycentral_logo.png
│ │ │ │ ├── scipy-logo.png
│ │ │ │ ├── scipy_org_logo.gif
│ │ │ │ ├── scipyshiny_small.png
│ │ │ │ ├── send-email-icon.png
│ │ │ │ ├── single-file-icon.png
│ │ │ │ ├── single-file-icon-shrunk.png
│ │ │ │ ├── single-file-icon.svg
│ │ │ │ ├── single-file-list-icon.png
│ │ │ │ ├── single-file-list-icon-tiniest.png
│ │ │ │ ├── single-file-list-icon-tiny.png
│ │ │ │ ├── transparent-pixel.gif
│ │ │ │ └── ui-anim_basic_16x16.gif
│ │ │ ├── js
│ │ │ │ └── copybutton.js
│ │ │ ├── less
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── accordion.less
│ │ │ │ │ ├── alerts.less
│ │ │ │ │ ├── bootstrap.less
│ │ │ │ │ ├── breadcrumbs.less
│ │ │ │ │ ├── button-groups.less
│ │ │ │ │ ├── buttons.less
│ │ │ │ │ ├── carousel.less
│ │ │ │ │ ├── close.less
│ │ │ │ │ ├── code.less
│ │ │ │ │ ├── component-animations.less
│ │ │ │ │ ├── dropdowns.less
│ │ │ │ │ ├── forms.less
│ │ │ │ │ ├── grid.less
│ │ │ │ │ ├── hero-unit.less
│ │ │ │ │ ├── labels-badges.less
│ │ │ │ │ ├── layouts.less
│ │ │ │ │ ├── media.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── modals.less
│ │ │ │ │ ├── navbar.less
│ │ │ │ │ ├── navs.less
│ │ │ │ │ ├── pager.less
│ │ │ │ │ ├── pagination.less
│ │ │ │ │ ├── popovers.less
│ │ │ │ │ ├── progress-bars.less
│ │ │ │ │ ├── reset.less
│ │ │ │ │ ├── responsive-1200px-min.less
│ │ │ │ │ ├── responsive-767px-max.less
│ │ │ │ │ ├── responsive-768px-979px.less
│ │ │ │ │ ├── responsive.less
│ │ │ │ │ ├── responsive-navbar.less
│ │ │ │ │ ├── responsive-utilities.less
│ │ │ │ │ ├── scaffolding.less
│ │ │ │ │ ├── sprites.less
│ │ │ │ │ ├── tables.less
│ │ │ │ │ ├── thumbnails.less
│ │ │ │ │ ├── tooltip.less
│ │ │ │ │ ├── type.less
│ │ │ │ │ ├── utilities.less
│ │ │ │ │ ├── variables.less
│ │ │ │ │ └── wells.less
│ │ │ │ ├── spc-bootstrap.less
│ │ │ │ ├── spc-content.less
│ │ │ │ ├── spc-extend.less
│ │ │ │ ├── spc-footer.less
│ │ │ │ ├── spc-header.less
│ │ │ │ ├── spc-rightsidebar.less
│ │ │ │ └── spc-utils.less
│ │ │ └── scipy.css_t
│ │ └── theme.conf
│ ├── source
│ │ ├── about.rst
│ │ ├── bugs.rst
│ │ ├── conf.py
│ │ ├── contents.rst
│ │ ├── dev
│ │ │ ├── development_environment.rst
│ │ │ ├── gitwash
│ │ │ │ ├── configure_git.rst
│ │ │ │ ├── development_setup.rst
│ │ │ │ ├── development_workflow.rst
│ │ │ │ ├── dot2_dot3.rst
│ │ │ │ ├── following_latest.rst
│ │ │ │ ├── forking_button.png
│ │ │ │ ├── git_development.rst
│ │ │ │ ├── git_intro.rst
│ │ │ │ ├── git_links.inc
│ │ │ │ ├── git_resources.rst
│ │ │ │ ├── index.rst
│ │ │ │ └── pull_button.png
│ │ │ ├── gitwash_links.txt
│ │ │ └── index.rst
│ │ ├── f2py
│ │ │ ├── advanced.rst
│ │ │ ├── allocarr.f90
│ │ │ ├── allocarr_session.dat
│ │ │ ├── array.f
│ │ │ ├── array_session.dat
│ │ │ ├── calculate.f
│ │ │ ├── calculate_session.dat
│ │ │ ├── callback2.pyf
│ │ │ ├── callback.f
│ │ │ ├── callback_session.dat
│ │ │ ├── common.f
│ │ │ ├── common_session.dat
│ │ │ ├── compile_session.dat
│ │ │ ├── distutils.rst
│ │ │ ├── extcallback.f
│ │ │ ├── extcallback_session.dat
│ │ │ ├── fib1.f
│ │ │ ├── fib1.pyf
│ │ │ ├── fib2.pyf
│ │ │ ├── fib3.f
│ │ │ ├── ftype.f
│ │ │ ├── ftype_session.dat
│ │ │ ├── getting-started.rst
│ │ │ ├── index.rst
│ │ │ ├── moddata.f90
│ │ │ ├── moddata_session.dat
│ │ │ ├── python-usage.rst
│ │ │ ├── run_main_session.dat
│ │ │ ├── scalar.f
│ │ │ ├── scalar_session.dat
│ │ │ ├── setup_example.py
│ │ │ ├── signature-file.rst
│ │ │ ├── spam.pyf
│ │ │ ├── spam_session.dat
│ │ │ ├── string.f
│ │ │ ├── string_session.dat
│ │ │ ├── usage.rst
│ │ │ ├── var.pyf
│ │ │ └── var_session.dat
│ │ ├── glossary.rst
│ │ ├── license.rst
│ │ ├── neps
│ │ │ ├── datetime-proposal3.rst
│ │ │ ├── datetime-proposal.rst
│ │ │ ├── deferred-ufunc-evaluation.rst
│ │ │ ├── generalized-ufuncs.rst
│ │ │ ├── groupby_additions.rst
│ │ │ ├── index.rst
│ │ │ ├── math_config_clean.rst
│ │ │ ├── missing-data.rst
│ │ │ ├── newbugtracker.rst
│ │ │ ├── new-iterator-ufunc.rst
│ │ │ ├── npy-format.rst
│ │ │ ├── structured_array_extensions.rst
│ │ │ ├── ufunc-overrides.rst
│ │ │ └── warnfix.rst
│ │ ├── reference
│ │ │ ├── arrays.classes.rst
│ │ │ ├── arrays.datetime.rst
│ │ │ ├── arrays.dtypes.rst
│ │ │ ├── arrays.indexing.rst
│ │ │ ├── arrays.interface.rst
│ │ │ ├── arrays.ndarray.rst
│ │ │ ├── arrays.nditer.rst
│ │ │ ├── arrays.rst
│ │ │ ├── arrays.scalars.rst
│ │ │ ├── c-api.array.rst
│ │ │ ├── c-api.config.rst
│ │ │ ├── c-api.coremath.rst
│ │ │ ├── c-api.deprecations.rst
│ │ │ ├── c-api.dtype.rst
│ │ │ ├── c-api.generalized-ufuncs.rst
│ │ │ ├── c-api.iterator.rst
│ │ │ ├── c-api.rst
│ │ │ ├── c-api.types-and-structures.rst
│ │ │ ├── c-api.ufunc.rst
│ │ │ ├── distutils.rst
│ │ │ ├── figures
│ │ │ │ ├── dtype-hierarchy.dia
│ │ │ │ ├── dtype-hierarchy.pdf
│ │ │ │ ├── dtype-hierarchy.png
│ │ │ │ ├── threefundamental.fig
│ │ │ │ ├── threefundamental.pdf
│ │ │ │ └── threefundamental.png
│ │ │ ├── index.rst
│ │ │ ├── internals.code-explanations.rst
│ │ │ ├── internals.rst
│ │ │ ├── maskedarray.baseclass.rst
│ │ │ ├── maskedarray.generic.rst
│ │ │ ├── maskedarray.rst
│ │ │ ├── routines.array-creation.rst
│ │ │ ├── routines.array-manipulation.rst
│ │ │ ├── routines.bitwise.rst
│ │ │ ├── routines.char.rst
│ │ │ ├── routines.ctypeslib.rst
│ │ │ ├── routines.datetime.rst
│ │ │ ├── routines.dtype.rst
│ │ │ ├── routines.dual.rst
│ │ │ ├── routines.emath.rst
│ │ │ ├── routines.err.rst
│ │ │ ├── routines.fft.rst
│ │ │ ├── routines.financial.rst
│ │ │ ├── routines.functional.rst
│ │ │ ├── routines.help.rst
│ │ │ ├── routines.indexing.rst
│ │ │ ├── routines.io.rst
│ │ │ ├── routines.linalg.rst
│ │ │ ├── routines.logic.rst
│ │ │ ├── routines.ma.rst
│ │ │ ├── routines.math.rst
│ │ │ ├── routines.matlib.rst
│ │ │ ├── routines.numarray.rst
│ │ │ ├── routines.oldnumeric.rst
│ │ │ ├── routines.other.rst
│ │ │ ├── routines.padding.rst
│ │ │ ├── routines.polynomials.chebyshev.rst
│ │ │ ├── routines.polynomials.classes.rst
│ │ │ ├── routines.polynomials.hermite_e.rst
│ │ │ ├── routines.polynomials.hermite.rst
│ │ │ ├── routines.polynomials.laguerre.rst
│ │ │ ├── routines.polynomials.legendre.rst
│ │ │ ├── routines.polynomials.package.rst
│ │ │ ├── routines.polynomials.poly1d.rst
│ │ │ ├── routines.polynomials.polynomial.rst
│ │ │ ├── routines.polynomials.rst
│ │ │ ├── routines.random.rst
│ │ │ ├── routines.rst
│ │ │ ├── routines.set.rst
│ │ │ ├── routines.sort.rst
│ │ │ ├── routines.statistics.rst
│ │ │ ├── routines.testing.rst
│ │ │ ├── routines.window.rst
│ │ │ ├── swig.interface-file.rst
│ │ │ ├── swig.rst
│ │ │ ├── swig.testing.rst
│ │ │ └── ufuncs.rst
│ │ ├── release.rst
│ │ ├── _templates
│ │ │ ├── autosummary
│ │ │ │ └── class.rst
│ │ │ ├── indexcontent.html
│ │ │ ├── indexsidebar.html
│ │ │ └── layout.html
│ │ └── user
│ │ ├── basics.broadcasting.rst
│ │ ├── basics.byteswapping.rst
│ │ ├── basics.creation.rst
│ │ ├── basics.indexing.rst
│ │ ├── basics.io.genfromtxt.rst
│ │ ├── basics.io.rst
│ │ ├── basics.rec.rst
│ │ ├── basics.rst
│ │ ├── basics.subclassing.rst
│ │ ├── basics.types.rst
│ │ ├── c-info.beyond-basics.rst
│ │ ├── c-info.how-to-extend.rst
│ │ ├── c-info.python-as-glue.rst
│ │ ├── c-info.rst
│ │ ├── c-info.ufunc-tutorial.rst
│ │ ├── howtofind.rst
│ │ ├── index.rst
│ │ ├── install.rst
│ │ ├── introduction.rst
│ │ ├── misc.rst
│ │ ├── performance.rst
│ │ └── whatisnumpy.rst
│ └── sphinxext
│ ├── LICENSE.txt
│ ├── MANIFEST.in
│ ├── numpydoc
│ │ ├── comment_eater.py
│ │ ├── compiler_unparse.py
│ │ ├── docscrape.py
│ │ ├── docscrape_sphinx.py
│ │ ├── __init__.py
│ │ ├── linkcode.py
│ │ ├── numpydoc.py
│ │ ├── phantom_import.py
│ │ ├── plot_directive.py
│ │ ├── tests
│ │ │ ├── test_docscrape.py
│ │ │ ├── test_linkcode.py
│ │ │ ├── test_phantom_import.py
│ │ │ ├── test_plot_directive.py
│ │ │ └── test_traitsdoc.py
│ │ └── traitsdoc.py
│ ├── README.rst
│ └── setup.py
├── INSTALL.txt
├── LICENSE.txt
├── MANIFEST.in
├── numpy
│ ├── add_newdocs.py
│ ├── _build_utils
│ │ ├── apple_accelerate.py
│ │ ├── common.py
│ │ ├── __init__.py
│ │ ├── README
│ │ ├── src
│ │ │ └── apple_sgemv_fix.c
│ │ └── waf.py
│ ├── compat
│ │ ├── __init__.py
│ │ ├── _inspect.py
│ │ ├── py3k.py
│ │ └── setup.py
│ ├── core
│ │ ├── arrayprint.py
│ │ ├── code_generators
│ │ │ ├── cversions.txt
│ │ │ ├── genapi.py
│ │ │ ├── generate_numpy_api.py
│ │ │ ├── generate_ufunc_api.py
│ │ │ ├── generate_umath.py
│ │ │ ├── __init__.py
│ │ │ ├── numpy_api.py
│ │ │ └── ufunc_docstrings.py
│ │ ├── cversions.py
│ │ ├── defchararray.py
│ │ ├── fromnumeric.py
│ │ ├── function_base.py
│ │ ├── getlimits.py
│ │ ├── include
│ │ │ └── numpy
│ │ │ ├── arrayobject.h
│ │ │ ├── arrayscalars.h
│ │ │ ├── halffloat.h
│ │ │ ├── ndarrayobject.h
│ │ │ ├── ndarraytypes.h
│ │ │ ├── _neighborhood_iterator_imp.h
│ │ │ ├── noprefix.h
│ │ │ ├── npy_1_7_deprecated_api.h
│ │ │ ├── npy_3kcompat.h
│ │ │ ├── npy_common.h
│ │ │ ├── npy_cpu.h
│ │ │ ├── npy_endian.h
│ │ │ ├── npy_interrupt.h
│ │ │ ├── npy_math.h
│ │ │ ├── npy_no_deprecated_api.h
│ │ │ ├── npy_os.h
│ │ │ ├── numpyconfig.h
│ │ │ ├── _numpyconfig.h.in
│ │ │ ├── old_defines.h
│ │ │ ├── oldnumeric.h
│ │ │ ├── ufuncobject.h
│ │ │ └── utils.h
│ │ ├── info.py
│ │ ├── __init__.py
│ │ ├── _internal.py
│ │ ├── machar.py
│ │ ├── memmap.py
│ │ ├── _methods.py
│ │ ├── mlib.ini.in
│ │ ├── npymath.ini.in
│ │ ├── numeric.py
│ │ ├── numerictypes.py
│ │ ├── records.py
│ │ ├── setup_common.py
│ │ ├── setup.py
│ │ ├── shape_base.py
│ │ ├── src
│ │ │ ├── dummymodule.c
│ │ │ ├── multiarray
│ │ │ │ ├── alloc.c
│ │ │ │ ├── alloc.h
│ │ │ │ ├── array_assign_array.c
│ │ │ │ ├── array_assign.c
│ │ │ │ ├── array_assign.h
│ │ │ │ ├── array_assign_scalar.c
│ │ │ │ ├── arrayobject.c
│ │ │ │ ├── arrayobject.h
│ │ │ │ ├── arraytypes.c.src
│ │ │ │ ├── arraytypes.h
│ │ │ │ ├── buffer.c
│ │ │ │ ├── buffer.h
│ │ │ │ ├── calculation.c
│ │ │ │ ├── calculation.h
│ │ │ │ ├── cblasfuncs.c
│ │ │ │ ├── cblasfuncs.h
│ │ │ │ ├── common.c
│ │ │ │ ├── common.h
│ │ │ │ ├── compiled_base.c
│ │ │ │ ├── compiled_base.h
│ │ │ │ ├── conversion_utils.c
│ │ │ │ ├── conversion_utils.h
│ │ │ │ ├── convert.c
│ │ │ │ ├── convert_datatype.c
│ │ │ │ ├── convert_datatype.h
│ │ │ │ ├── convert.h
│ │ │ │ ├── ctors.c
│ │ │ │ ├── ctors.h
│ │ │ │ ├── datetime_busday.c
│ │ │ │ ├── datetime_busdaycal.c
│ │ │ │ ├── datetime_busdaycal.h
│ │ │ │ ├── datetime_busday.h
│ │ │ │ ├── datetime.c
│ │ │ │ ├── _datetime.h
│ │ │ │ ├── datetime_strings.c
│ │ │ │ ├── datetime_strings.h
│ │ │ │ ├── descriptor.c
│ │ │ │ ├── descriptor.h
│ │ │ │ ├── dtype_transfer.c
│ │ │ │ ├── einsum.c.src
│ │ │ │ ├── flagsobject.c
│ │ │ │ ├── getset.c
│ │ │ │ ├── getset.h
│ │ │ │ ├── hashdescr.c
│ │ │ │ ├── hashdescr.h
│ │ │ │ ├── item_selection.c
│ │ │ │ ├── item_selection.h
│ │ │ │ ├── iterators.c
│ │ │ │ ├── iterators.h
│ │ │ │ ├── lowlevel_strided_loops.c.src
│ │ │ │ ├── mapping.c
│ │ │ │ ├── mapping.h
│ │ │ │ ├── methods.c
│ │ │ │ ├── methods.h
│ │ │ │ ├── multiarraymodule.c
│ │ │ │ ├── multiarraymodule.h
│ │ │ │ ├── multiarray_tests.c.src
│ │ │ │ ├── nditer_api.c
│ │ │ │ ├── nditer_constr.c
│ │ │ │ ├── nditer_impl.h
│ │ │ │ ├── nditer_pywrap.c
│ │ │ │ ├── nditer_pywrap.h
│ │ │ │ ├── nditer_templ.c.src
│ │ │ │ ├── number.c
│ │ │ │ ├── number.h
│ │ │ │ ├── numpymemoryview.c
│ │ │ │ ├── numpymemoryview.h
│ │ │ │ ├── numpyos.c
│ │ │ │ ├── numpyos.h
│ │ │ │ ├── python_xerbla.c
│ │ │ │ ├── refcount.c
│ │ │ │ ├── refcount.h
│ │ │ │ ├── scalarapi.c
│ │ │ │ ├── scalartypes.c.src
│ │ │ │ ├── scalartypes.h
│ │ │ │ ├── sequence.c
│ │ │ │ ├── sequence.h
│ │ │ │ ├── shape.c
│ │ │ │ ├── shape.h
│ │ │ │ ├── ucsnarrow.c
│ │ │ │ ├── ucsnarrow.h
│ │ │ │ ├── usertypes.c
│ │ │ │ ├── usertypes.h
│ │ │ │ ├── vdot.c
│ │ │ │ └── vdot.h
│ │ │ ├── npymath
│ │ │ │ ├── halffloat.c
│ │ │ │ ├── ieee754.c.src
│ │ │ │ ├── npy_math_common.h
│ │ │ │ ├── npy_math_complex.c.src
│ │ │ │ ├── npy_math.c.src
│ │ │ │ ├── npy_math_private.h
│ │ │ │ └── _signbit.c
│ │ │ ├── npysort
│ │ │ │ ├── binsearch.c.src
│ │ │ │ ├── heapsort.c.src
│ │ │ │ ├── mergesort.c.src
│ │ │ │ ├── npysort_common.h
│ │ │ │ ├── quicksort.c.src
│ │ │ │ └── selection.c.src
│ │ │ ├── private
│ │ │ │ ├── lowlevel_strided_loops.h
│ │ │ │ ├── npy_binsearch.h.src
│ │ │ │ ├── npy_cblas.h
│ │ │ │ ├── npy_config.h
│ │ │ │ ├── npy_fpmath.h
│ │ │ │ ├── npy_import.h
│ │ │ │ ├── npy_partition.h.src
│ │ │ │ ├── npy_pycompat.h
│ │ │ │ ├── npy_sort.h
│ │ │ │ ├── templ_common.h.src
│ │ │ │ └── ufunc_override.h
│ │ │ └── umath
│ │ │ ├── funcs.inc.src
│ │ │ ├── loops.c.src
│ │ │ ├── loops.h.src
│ │ │ ├── operand_flag_tests.c.src
│ │ │ ├── reduction.c
│ │ │ ├── reduction.h
│ │ │ ├── scalarmath.c.src
│ │ │ ├── simd.inc.src
│ │ │ ├── struct_ufunc_test.c.src
│ │ │ ├── test_rational.c.src
│ │ │ ├── ufunc_object.c
│ │ │ ├── ufunc_object.h
│ │ │ ├── ufunc_type_resolution.c
│ │ │ ├── ufunc_type_resolution.h
│ │ │ ├── umathmodule.c
│ │ │ └── umath_tests.c.src
│ │ └── tests
│ │ ├── data
│ │ │ ├── astype_copy.pkl
│ │ │ └── recarray_from_file.fits
│ │ ├── test_abc.py
│ │ ├── test_api.py
│ │ ├── test_arrayprint.py
│ │ ├── test_datetime.py
│ │ ├── test_defchararray.py
│ │ ├── test_deprecations.py
│ │ ├── test_dtype.py
│ │ ├── test_einsum.py
│ │ ├── test_errstate.py
│ │ ├── test_function_base.py
│ │ ├── test_getlimits.py
│ │ ├── test_half.py
│ │ ├── test_indexerrors.py
│ │ ├── test_indexing.py
│ │ ├── test_item_selection.py
│ │ ├── test_machar.py
│ │ ├── test_memmap.py
│ │ ├── test_multiarray_assignment.py
│ │ ├── test_multiarray.py
│ │ ├── test_nditer.py
│ │ ├── test_numeric.py
│ │ ├── test_numerictypes.py
│ │ ├── test_print.py
│ │ ├── test_records.py
│ │ ├── test_regression.py
│ │ ├── test_scalarinherit.py
│ │ ├── test_scalarmath.py
│ │ ├── test_scalarprint.py
│ │ ├── test_shape_base.py
│ │ ├── test_ufunc.py
│ │ ├── test_umath_complex.py
│ │ ├── test_umath.py
│ │ └── test_unicode.py
│ ├── ctypeslib.py
│ ├── distutils
│ │ ├── ccompiler.py
│ │ ├── command
│ │ │ ├── autodist.py
│ │ │ ├── bdist_rpm.py
│ │ │ ├── build_clib.py
│ │ │ ├── build_ext.py
│ │ │ ├── build.py
│ │ │ ├── build_py.py
│ │ │ ├── build_scripts.py
│ │ │ ├── build_src.py
│ │ │ ├── config_compiler.py
│ │ │ ├── config.py
│ │ │ ├── develop.py
│ │ │ ├── egg_info.py
│ │ │ ├── __init__.py
│ │ │ ├── install_clib.py
│ │ │ ├── install_data.py
│ │ │ ├── install_headers.py
│ │ │ ├── install.py
│ │ │ └── sdist.py
│ │ ├── compat.py
│ │ ├── conv_template.py
│ │ ├── core.py
│ │ ├── cpuinfo.py
│ │ ├── environment.py
│ │ ├── exec_command.py
│ │ ├── extension.py
│ │ ├── fcompiler
│ │ │ ├── absoft.py
│ │ │ ├── compaq.py
│ │ │ ├── g95.py
│ │ │ ├── gnu.py
│ │ │ ├── hpux.py
│ │ │ ├── ibm.py
│ │ │ ├── __init__.py
│ │ │ ├── intel.py
│ │ │ ├── lahey.py
│ │ │ ├── mips.py
│ │ │ ├── nag.py
│ │ │ ├── none.py
│ │ │ ├── pathf95.py
│ │ │ ├── pg.py
│ │ │ ├── sun.py
│ │ │ └── vast.py
│ │ ├── from_template.py
│ │ ├── info.py
│ │ ├── __init__.py
│ │ ├── intelccompiler.py
│ │ ├── lib2def.py
│ │ ├── line_endings.py
│ │ ├── log.py
│ │ ├── mingw
│ │ │ └── gfortran_vs2003_hack.c
│ │ ├── mingw32ccompiler.py
│ │ ├── misc_util.py
│ │ ├── msvc9compiler.py
│ │ ├── msvccompiler.py
│ │ ├── npy_pkg_config.py
│ │ ├── numpy_distribution.py
│ │ ├── pathccompiler.py
│ │ ├── setup.py
│ │ ├── system_info.py
│ │ ├── tests
│ │ │ ├── f2py_ext
│ │ │ │ ├── __init__.py
│ │ │ │ ├── setup.py
│ │ │ │ ├── src
│ │ │ │ │ ├── fib1.f
│ │ │ │ │ └── fib2.pyf
│ │ │ │ └── tests
│ │ │ │ └── test_fib2.py
│ │ │ ├── f2py_f90_ext
│ │ │ │ ├── include
│ │ │ │ │ └── body.f90
│ │ │ │ ├── __init__.py
│ │ │ │ ├── setup.py
│ │ │ │ ├── src
│ │ │ │ │ └── foo_free.f90
│ │ │ │ └── tests
│ │ │ │ └── test_foo.py
│ │ │ ├── gen_ext
│ │ │ │ ├── __init__.py
│ │ │ │ ├── setup.py
│ │ │ │ └── tests
│ │ │ │ └── test_fib3.py
│ │ │ ├── pyrex_ext
│ │ │ │ ├── __init__.py
│ │ │ │ ├── primes.pyx
│ │ │ │ ├── setup.py
│ │ │ │ └── tests
│ │ │ │ └── test_primes.py
│ │ │ ├── setup.py
│ │ │ ├── swig_ext
│ │ │ │ ├── __init__.py
│ │ │ │ ├── setup.py
│ │ │ │ ├── src
│ │ │ │ │ ├── example.c
│ │ │ │ │ ├── example.i
│ │ │ │ │ ├── zoo.cc
│ │ │ │ │ ├── zoo.h
│ │ │ │ │ └── zoo.i
│ │ │ │ └── tests
│ │ │ │ ├── test_example2.py
│ │ │ │ └── test_example.py
│ │ │ ├── test_exec_command.py
│ │ │ ├── test_fcompiler_gnu.py
│ │ │ ├── test_fcompiler_intel.py
│ │ │ ├── test_misc_util.py
│ │ │ ├── test_npy_pkg_config.py
│ │ │ └── test_system_info.py
│ │ ├── unixccompiler.py
│ │ └── __version__.py
│ ├── doc
│ │ ├── basics.py
│ │ ├── broadcasting.py
│ │ ├── byteswapping.py
│ │ ├── constants.py
│ │ ├── creation.py
│ │ ├── glossary.py
│ │ ├── howtofind.py
│ │ ├── indexing.py
│ │ ├── __init__.py
│ │ ├── internals.py
│ │ ├── io.py
│ │ ├── jargon.py
│ │ ├── methods_vs_functions.py
│ │ ├── misc.py
│ │ ├── performance.py
│ │ ├── structured_arrays.py
│ │ ├── subclassing.py
│ │ └── ufuncs.py
│ ├── dual.py
│ ├── f2py
│ │ ├── auxfuncs.py
│ │ ├── capi_maps.py
│ │ ├── cb_rules.py
│ │ ├── cfuncs.py
│ │ ├── common_rules.py
│ │ ├── crackfortran.py
│ │ ├── diagnose.py
│ │ ├── f2py2e.py
│ │ ├── f2py_testing.py
│ │ ├── f90mod_rules.py
│ │ ├── func2subr.py
│ │ ├── info.py
│ │ ├── __init__.py
│ │ ├── __main__.py
│ │ ├── rules.py
│ │ ├── setup.py
│ │ ├── src
│ │ │ ├── fortranobject.c
│ │ │ └── fortranobject.h
│ │ ├── tests
│ │ │ ├── src
│ │ │ │ ├── array_from_pyobj
│ │ │ │ │ └── wrapmodule.c
│ │ │ │ ├── assumed_shape
│ │ │ │ │ ├── foo_free.f90
│ │ │ │ │ ├── foo_mod.f90
│ │ │ │ │ ├── foo_use.f90
│ │ │ │ │ └── precision.f90
│ │ │ │ ├── kind
│ │ │ │ │ └── foo.f90
│ │ │ │ ├── mixed
│ │ │ │ │ ├── foo.f
│ │ │ │ │ ├── foo_fixed.f90
│ │ │ │ │ └── foo_free.f90
│ │ │ │ ├── regression
│ │ │ │ │ └── inout.f90
│ │ │ │ └── size
│ │ │ │ └── foo.f90
│ │ │ ├── test_array_from_pyobj.py
│ │ │ ├── test_assumed_shape.py
│ │ │ ├── test_callback.py
│ │ │ ├── test_kind.py
│ │ │ ├── test_mixed.py
│ │ │ ├── test_regression.py
│ │ │ ├── test_return_character.py
│ │ │ ├── test_return_complex.py
│ │ │ ├── test_return_integer.py
│ │ │ ├── test_return_logical.py
│ │ │ ├── test_return_real.py
│ │ │ ├── test_size.py
│ │ │ └── util.py
│ │ ├── use_rules.py
│ │ └── __version__.py
│ ├── fft
│ │ ├── fftpack.c
│ │ ├── fftpack.h
│ │ ├── fftpack_litemodule.c
│ │ ├── fftpack.py
│ │ ├── helper.py
│ │ ├── info.py
│ │ ├── __init__.py
│ │ ├── setup.py
│ │ └── tests
│ │ ├── test_fftpack.py
│ │ └── test_helper.py
│ ├── _import_tools.py
│ ├── __init__.py
│ ├── lib
│ │ ├── arraypad.py
│ │ ├── arraysetops.py
│ │ ├── arrayterator.py
│ │ ├── _datasource.py
│ │ ├── financial.py
│ │ ├── format.py
│ │ ├── function_base.py
│ │ ├── index_tricks.py
│ │ ├── info.py
│ │ ├── __init__.py
│ │ ├── _iotools.py
│ │ ├── nanfunctions.py
│ │ ├── npyio.py
│ │ ├── polynomial.py
│ │ ├── recfunctions.py
│ │ ├── scimath.py
│ │ ├── setup.py
│ │ ├── shape_base.py
│ │ ├── stride_tricks.py
│ │ ├── tests
│ │ │ ├── data
│ │ │ │ ├── py2-objarr.npy
│ │ │ │ ├── py2-objarr.npz
│ │ │ │ ├── py3-objarr.npy
│ │ │ │ ├── py3-objarr.npz
│ │ │ │ ├── python3.npy
│ │ │ │ └── win64python2.npy
│ │ │ ├── test_arraypad.py
│ │ │ ├── test_arraysetops.py
│ │ │ ├── test_arrayterator.py
│ │ │ ├── test__datasource.py
│ │ │ ├── test_financial.py
│ │ │ ├── test_format.py
│ │ │ ├── test_function_base.py
│ │ │ ├── test_index_tricks.py
│ │ │ ├── test_io.py
│ │ │ ├── test__iotools.py
│ │ │ ├── test_nanfunctions.py
│ │ │ ├── test_packbits.py
│ │ │ ├── test_polynomial.py
│ │ │ ├── test_recfunctions.py
│ │ │ ├── test_regression.py
│ │ │ ├── test_shape_base.py
│ │ │ ├── test_stride_tricks.py
│ │ │ ├── test_twodim_base.py
│ │ │ ├── test_type_check.py
│ │ │ ├── test_ufunclike.py
│ │ │ ├── test_utils.py
│ │ │ └── test__version.py
│ │ ├── twodim_base.py
│ │ ├── type_check.py
│ │ ├── ufunclike.py
│ │ ├── user_array.py
│ │ ├── utils.py
│ │ └── _version.py
│ ├── linalg
│ │ ├── info.py
│ │ ├── __init__.py
│ │ ├── lapack_lite
│ │ │ ├── blas_lite.c
│ │ │ ├── dlamch.c
│ │ │ ├── dlapack_lite.c
│ │ │ ├── f2c.h
│ │ │ ├── f2c_lite.c
│ │ │ ├── python_xerbla.c
│ │ │ └── zlapack_lite.c
│ │ ├── lapack_litemodule.c
│ │ ├── linalg.py
│ │ ├── setup.py
│ │ ├── tests
│ │ │ ├── test_build.py
│ │ │ ├── test_deprecations.py
│ │ │ ├── test_linalg.py
│ │ │ └── test_regression.py
│ │ └── umath_linalg.c.src
│ ├── ma
│ │ ├── bench.py
│ │ ├── core.py
│ │ ├── extras.py
│ │ ├── __init__.py
│ │ ├── mrecords.py
│ │ ├── setup.py
│ │ ├── tests
│ │ │ ├── test_core.py
│ │ │ ├── test_extras.py
│ │ │ ├── test_mrecords.py
│ │ │ ├── test_old_ma.py
│ │ │ ├── test_regression.py
│ │ │ └── test_subclassing.py
│ │ ├── testutils.py
│ │ ├── timer_comparison.py
│ │ └── version.py
│ ├── matlib.py
│ ├── matrixlib
│ │ ├── defmatrix.py
│ │ ├── __init__.py
│ │ ├── setup.py
│ │ └── tests
│ │ ├── test_defmatrix.py
│ │ ├── test_multiarray.py
│ │ ├── test_numeric.py
│ │ └── test_regression.py
│ ├── polynomial
│ │ ├── chebyshev.py
│ │ ├── hermite_e.py
│ │ ├── hermite.py
│ │ ├── __init__.py
│ │ ├── laguerre.py
│ │ ├── legendre.py
│ │ ├── _polybase.py
│ │ ├── polynomial.py
│ │ ├── polyutils.py
│ │ ├── setup.py
│ │ └── tests
│ │ ├── test_chebyshev.py
│ │ ├── test_classes.py
│ │ ├── test_hermite_e.py
│ │ ├── test_hermite.py
│ │ ├── test_laguerre.py
│ │ ├── test_legendre.py
│ │ ├── test_polynomial.py
│ │ ├── test_polyutils.py
│ │ └── test_printing.py
│ ├── random
│ │ ├── info.py
│ │ ├── __init__.py
│ │ ├── mtrand
│ │ │ ├── distributions.c
│ │ │ ├── distributions.h
│ │ │ ├── generate_mtrand_c.py
│ │ │ ├── initarray.c
│ │ │ ├── initarray.h
│ │ │ ├── mtrand.c
│ │ │ ├── mtrand_py_helper.h
│ │ │ ├── mtrand.pyx
│ │ │ ├── numpy.pxd
│ │ │ ├── Python.pxi
│ │ │ ├── randomkit.c
│ │ │ └── randomkit.h
│ │ ├── setup.py
│ │ └── tests
│ │ ├── test_random.py
│ │ └── test_regression.py
│ ├── setup.py
│ ├── testing
│ │ ├── decorators.py
│ │ ├── __init__.py
│ │ ├── noseclasses.py
│ │ ├── nosetester.py
│ │ ├── print_coercion_tables.py
│ │ ├── setup.py
│ │ ├── tests
│ │ │ ├── test_decorators.py
│ │ │ ├── test_doctesting.py
│ │ │ └── test_utils.py
│ │ └── utils.py
│ ├── tests
│ │ ├── test_ctypeslib.py
│ │ ├── test_matlib.py
│ │ └── test_scripts.py
│ └── version.py
├── PKG-INFO
├── README.txt
├── setupegg.py
├── setup.py
├── site.cfg.example
├── THANKS.txt
└── tools
└── swig
├── Makefile
├── numpy.i
├── pyfragments.swg
├── README
└── test
├── Array1.cxx
├── Array1.h
├── Array2.cxx
├── Array2.h
├── Array.i
├── ArrayZ.cxx
├── ArrayZ.h
├── Farray.cxx
├── Farray.h
├── Farray.i
├── Flat.cxx
├── Flat.h
├── Flat.i
├── Fortran.cxx
├── Fortran.h
├── Fortran.i
├── Makefile
├── Matrix.cxx
├── Matrix.h
├── Matrix.i
├── setup.py
├── SuperTensor.cxx
├── SuperTensor.h
├── SuperTensor.i
├── Tensor.cxx
├── Tensor.h
├── Tensor.i
├── testArray.py
├── testFarray.py
├── testFlat.py
├── testFortran.py
├── testMatrix.py
├── testSuperTensor.py
├── testTensor.py
├── testVector.py
├── Vector.cxx
├── Vector.h
└── Vector.i
102 directories, 1216 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论