12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055 |
- INSTALL.rst.txt
- LICENSE.txt
- MANIFEST.in
- THANKS.txt
- setup.py
- site.cfg.example
- doc/Makefile
- doc/postprocess.py
- doc/f2py/BUGS.txt
- doc/f2py/FAQ.txt
- doc/f2py/HISTORY.txt
- doc/f2py/Makefile
- doc/f2py/OLDNEWS.txt
- doc/f2py/README.txt
- doc/f2py/Release-1.x.txt
- doc/f2py/Release-2.x.txt
- doc/f2py/Release-3.x.txt
- doc/f2py/Release-4.x.txt
- doc/f2py/TESTING.txt
- doc/f2py/THANKS.txt
- doc/f2py/TODO.txt
- doc/f2py/apps.tex
- doc/f2py/bugs.tex
- doc/f2py/collectinput.py
- doc/f2py/commands.tex
- doc/f2py/default.css
- doc/f2py/docutils.conf
- doc/f2py/f2py.1
- doc/f2py/f2py2e.tex
- doc/f2py/fortranobject.tex
- doc/f2py/hello.f
- doc/f2py/index.html
- doc/f2py/intro.tex
- doc/f2py/multiarrays.txt
- doc/f2py/notes.tex
- doc/f2py/oldnews.html
- doc/f2py/options.tex
- doc/f2py/pyforttest.pyf
- doc/f2py/pytest.py
- doc/f2py/python9.tex
- doc/f2py/signaturefile.tex
- doc/f2py/simple.f
- doc/f2py/simple_session.dat
- doc/f2py/using_F_compiler.txt
- doc/f2py/win32_notes.txt
- doc/f2py/ex1/arr.f
- doc/f2py/ex1/bar.f
- doc/f2py/ex1/foo.f
- doc/f2py/ex1/foobar-smart.f90
- doc/f2py/ex1/foobar.f90
- doc/f2py/ex1/foobarmodule.tex
- doc/f2py/ex1/runme
- doc/f2py/f2python9-final/README.txt
- doc/f2py/f2python9-final/aerostructure.jpg
- doc/f2py/f2python9-final/flow.jpg
- doc/f2py/f2python9-final/mk_html.sh
- doc/f2py/f2python9-final/mk_pdf.sh
- doc/f2py/f2python9-final/mk_ps.sh
- doc/f2py/f2python9-final/structure.jpg
- doc/f2py/f2python9-final/src/examples/exp1.f
- doc/f2py/f2python9-final/src/examples/exp1mess.txt
- doc/f2py/f2python9-final/src/examples/exp1session.txt
- doc/f2py/f2python9-final/src/examples/foo.pyf
- doc/f2py/f2python9-final/src/examples/foom.pyf
- doc/f2py/multiarray/array_from_pyobj.c
- doc/f2py/multiarray/bar.c
- doc/f2py/multiarray/foo.f
- doc/f2py/multiarray/fortran_array_from_pyobj.txt
- doc/f2py/multiarray/fun.pyf
- doc/f2py/multiarray/run.pyf
- doc/f2py/multiarray/transpose.txt
- doc/release/1.10.0-notes.rst
- doc/release/1.10.1-notes.rst
- doc/release/1.10.2-notes.rst
- doc/release/1.10.3-notes.rst
- doc/release/1.10.4-notes.rst
- doc/release/1.11.0-notes.rst
- doc/release/1.11.1-notes.rst
- doc/release/1.3.0-notes.rst
- doc/release/1.4.0-notes.rst
- doc/release/1.5.0-notes.rst
- doc/release/1.6.0-notes.rst
- doc/release/1.6.1-notes.rst
- doc/release/1.6.2-notes.rst
- doc/release/1.7.0-notes.rst
- doc/release/1.7.1-notes.rst
- doc/release/1.7.2-notes.rst
- doc/release/1.8.0-notes.rst
- doc/release/1.8.1-notes.rst
- doc/release/1.8.2-notes.rst
- doc/release/1.9.0-notes.rst
- doc/release/1.9.1-notes.rst
- doc/release/1.9.2-notes.rst
- doc/release/time_based_proposal.rst
- doc/scipy-sphinx-theme/.git
- doc/scipy-sphinx-theme/.gitignore
- doc/scipy-sphinx-theme/Makefile
- doc/scipy-sphinx-theme/README.rst
- doc/scipy-sphinx-theme/conf.py
- doc/scipy-sphinx-theme/index.rst
- doc/scipy-sphinx-theme/test_autodoc.rst
- doc/scipy-sphinx-theme/test_autodoc_2.rst
- doc/scipy-sphinx-theme/test_autodoc_3.rst
- doc/scipy-sphinx-theme/test_autodoc_4.rst
- doc/scipy-sphinx-theme/test_optimize.rst
- doc/scipy-sphinx-theme/_static/scipyshiny_small.png
- doc/scipy-sphinx-theme/_theme/scipy/layout.html
- doc/scipy-sphinx-theme/_theme/scipy/searchbox.html
- doc/scipy-sphinx-theme/_theme/scipy/sourcelink.html
- doc/scipy-sphinx-theme/_theme/scipy/theme.conf
- doc/scipy-sphinx-theme/_theme/scipy/static/scipy.css_t
- doc/scipy-sphinx-theme/_theme/scipy/static/css/extend.css
- doc/scipy-sphinx-theme/_theme/scipy/static/css/pygments.css
- doc/scipy-sphinx-theme/_theme/scipy/static/css/scipy-central.css
- doc/scipy-sphinx-theme/_theme/scipy/static/css/spc-bootstrap.css
- doc/scipy-sphinx-theme/_theme/scipy/static/css/spc-extend.css
- doc/scipy-sphinx-theme/_theme/scipy/static/img/all-icons.svg
- doc/scipy-sphinx-theme/_theme/scipy/static/img/contents.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/create-new-account-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-icon-shrunk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-icon.svg
- doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-list-icon-tiniest.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-list-icon-tiny.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-list-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/glyphicons-halflings-white.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/glyphicons-halflings.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/important-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/information-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/internet-web-browser.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/multiple-file-icon-shrunk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/multiple-file-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/multiple-file-icon.svg
- doc/scipy-sphinx-theme/_theme/scipy/static/img/multiple-file-list-icon-tiny.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/multiple-file-list-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/navigation.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/person-list-icon-tiny.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/person-list-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/scipy-logo.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/scipy_org_logo.gif
- doc/scipy-sphinx-theme/_theme/scipy/static/img/scipycentral_logo.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/scipyshiny_small.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/send-email-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-icon-shrunk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-icon.svg
- doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-list-icon-tiniest.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-list-icon-tiny.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-list-icon.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/transparent-pixel.gif
- doc/scipy-sphinx-theme/_theme/scipy/static/img/ui-anim_basic_16x16.gif
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ad.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ae.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-af.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ag.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ai.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-al.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-am.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ao.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-aq.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ar.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-as.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-at.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-au.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-aw.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-az.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ba.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bb.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bd.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-be.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bf.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bg.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bh.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bi.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bj.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bl.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bn.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bo.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-br.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bs.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bt.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bw.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-by.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bz.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ca.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cc.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cd.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cf.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cg.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ch.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ci.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ck.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cl.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cn.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-co.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cu.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cv.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cw.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cx.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cy.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cz.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-de.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-dj.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-dk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-dm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-do.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-dz.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ec.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ee.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-eg.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-er.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-es.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-et.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fi.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fj.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fo.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ga.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gb.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gd.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ge.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gf.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gg.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gh.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gi.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gl.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gn.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gq.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gs.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gt.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gu.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gw.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gy.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-hk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-hm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-hn.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-hr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ht.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-hu.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-id.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ie.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-il.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-im.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-in.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-io.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-iq.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ir.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-is.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-it.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-je.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-jm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-jo.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-jp.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ke.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kg.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kh.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ki.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-km.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kn.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kp.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kw.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ky.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kz.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-la.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lb.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lc.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-li.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ls.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lt.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lu.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lv.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ly.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ma.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mc.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-md.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-me.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mf.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mg.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mh.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ml.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mn.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mo.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mp.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mq.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ms.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mt.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mu.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mv.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mw.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mx.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-my.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mz.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-na.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nc.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ne.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nf.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ng.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ni.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nl.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-no.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-np.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nu.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nz.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-om.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pa.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pe.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pf.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pg.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ph.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pl.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pn.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ps.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pt.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pw.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-py.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-qa.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-re.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ro.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-rs.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ru.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-rw.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sa.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sb.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sc.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sd.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-se.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sg.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sh.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-si.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sj.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sl.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sn.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-so.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-st.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sv.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sy.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sz.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tc.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-td.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tf.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tg.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-th.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tj.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tk.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tl.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tn.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-to.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tr.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tt.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tv.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tw.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tz.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ua.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ug.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-um.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-us.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-uy.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-uz.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-va.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-vc.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ve.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-vg.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-vi.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-vn.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-vu.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-wf.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ws.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ye.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-za.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-zm.png
- doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-zw.png
- doc/scipy-sphinx-theme/_theme/scipy/static/js/copybutton.js
- doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-bootstrap.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-content.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-extend.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-footer.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-header.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-rightsidebar.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-utils.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/accordion.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/alerts.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/bootstrap.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/breadcrumbs.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/button-groups.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/buttons.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/carousel.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/close.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/code.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/component-animations.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/dropdowns.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/forms.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/grid.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/hero-unit.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/labels-badges.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/layouts.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/media.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/mixins.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/modals.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/navbar.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/navs.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/pager.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/pagination.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/popovers.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/progress-bars.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/reset.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive-1200px-min.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive-767px-max.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive-768px-979px.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive-navbar.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive-utilities.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/scaffolding.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/sprites.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/tables.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/thumbnails.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/tooltip.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/type.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/utilities.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/variables.less
- doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/wells.less
- doc/source/about.rst
- doc/source/bugs.rst
- doc/source/conf.py
- doc/source/contents.rst
- doc/source/glossary.rst
- doc/source/license.rst
- doc/source/release.rst
- doc/source/_templates/indexcontent.html
- doc/source/_templates/indexsidebar.html
- doc/source/_templates/layout.html
- doc/source/_templates/autosummary/class.rst
- doc/source/dev/development_environment.rst
- doc/source/dev/gitwash_links.txt
- doc/source/dev/index.rst
- doc/source/dev/gitwash/configure_git.rst
- doc/source/dev/gitwash/development_setup.rst
- doc/source/dev/gitwash/development_workflow.rst
- doc/source/dev/gitwash/dot2_dot3.rst
- doc/source/dev/gitwash/following_latest.rst
- doc/source/dev/gitwash/forking_button.png
- doc/source/dev/gitwash/git_development.rst
- doc/source/dev/gitwash/git_intro.rst
- doc/source/dev/gitwash/git_links.inc
- doc/source/dev/gitwash/git_resources.rst
- doc/source/dev/gitwash/index.rst
- doc/source/dev/gitwash/pull_button.png
- doc/source/dev/governance/governance.rst
- doc/source/dev/governance/index.rst
- doc/source/dev/governance/people.rst
- doc/source/f2py/advanced.rst
- doc/source/f2py/allocarr.f90
- doc/source/f2py/allocarr_session.dat
- doc/source/f2py/array.f
- doc/source/f2py/array_session.dat
- doc/source/f2py/calculate.f
- doc/source/f2py/calculate_session.dat
- doc/source/f2py/callback.f
- doc/source/f2py/callback2.pyf
- doc/source/f2py/callback_session.dat
- doc/source/f2py/common.f
- doc/source/f2py/common_session.dat
- doc/source/f2py/compile_session.dat
- doc/source/f2py/distutils.rst
- doc/source/f2py/extcallback.f
- doc/source/f2py/extcallback_session.dat
- doc/source/f2py/fib1.f
- doc/source/f2py/fib1.pyf
- doc/source/f2py/fib2.pyf
- doc/source/f2py/fib3.f
- doc/source/f2py/ftype.f
- doc/source/f2py/ftype_session.dat
- doc/source/f2py/getting-started.rst
- doc/source/f2py/index.rst
- doc/source/f2py/moddata.f90
- doc/source/f2py/moddata_session.dat
- doc/source/f2py/python-usage.rst
- doc/source/f2py/run_main_session.dat
- doc/source/f2py/scalar.f
- doc/source/f2py/scalar_session.dat
- doc/source/f2py/setup_example.py
- doc/source/f2py/signature-file.rst
- doc/source/f2py/spam.pyf
- doc/source/f2py/spam_session.dat
- doc/source/f2py/string.f
- doc/source/f2py/string_session.dat
- doc/source/f2py/usage.rst
- doc/source/f2py/var.pyf
- doc/source/f2py/var_session.dat
- doc/source/neps/datetime-proposal.rst
- doc/source/neps/datetime-proposal3.rst
- doc/source/neps/deferred-ufunc-evaluation.rst
- doc/source/neps/generalized-ufuncs.rst
- doc/source/neps/groupby_additions.rst
- doc/source/neps/index.rst
- doc/source/neps/math_config_clean.rst
- doc/source/neps/missing-data.rst
- doc/source/neps/new-iterator-ufunc.rst
- doc/source/neps/newbugtracker.rst
- doc/source/neps/npy-format.rst
- doc/source/neps/structured_array_extensions.rst
- doc/source/neps/ufunc-overrides.rst
- doc/source/neps/warnfix.rst
- doc/source/reference/arrays.classes.rst
- doc/source/reference/arrays.datetime.rst
- doc/source/reference/arrays.dtypes.rst
- doc/source/reference/arrays.indexing.rst
- doc/source/reference/arrays.interface.rst
- doc/source/reference/arrays.ndarray.rst
- doc/source/reference/arrays.nditer.rst
- doc/source/reference/arrays.rst
- doc/source/reference/arrays.scalars.rst
- doc/source/reference/c-api.array.rst
- doc/source/reference/c-api.config.rst
- doc/source/reference/c-api.coremath.rst
- doc/source/reference/c-api.deprecations.rst
- doc/source/reference/c-api.dtype.rst
- doc/source/reference/c-api.generalized-ufuncs.rst
- doc/source/reference/c-api.iterator.rst
- doc/source/reference/c-api.rst
- doc/source/reference/c-api.types-and-structures.rst
- doc/source/reference/c-api.ufunc.rst
- doc/source/reference/distutils.rst
- doc/source/reference/index.rst
- doc/source/reference/internals.code-explanations.rst
- doc/source/reference/internals.rst
- doc/source/reference/maskedarray.baseclass.rst
- doc/source/reference/maskedarray.generic.rst
- doc/source/reference/maskedarray.rst
- doc/source/reference/routines.array-creation.rst
- doc/source/reference/routines.array-manipulation.rst
- doc/source/reference/routines.bitwise.rst
- doc/source/reference/routines.char.rst
- doc/source/reference/routines.ctypeslib.rst
- doc/source/reference/routines.datetime.rst
- doc/source/reference/routines.dtype.rst
- doc/source/reference/routines.dual.rst
- doc/source/reference/routines.emath.rst
- doc/source/reference/routines.err.rst
- doc/source/reference/routines.fft.rst
- doc/source/reference/routines.financial.rst
- doc/source/reference/routines.functional.rst
- doc/source/reference/routines.help.rst
- doc/source/reference/routines.indexing.rst
- doc/source/reference/routines.io.rst
- doc/source/reference/routines.linalg.rst
- doc/source/reference/routines.logic.rst
- doc/source/reference/routines.ma.rst
- doc/source/reference/routines.math.rst
- doc/source/reference/routines.matlib.rst
- doc/source/reference/routines.numarray.rst
- doc/source/reference/routines.oldnumeric.rst
- doc/source/reference/routines.other.rst
- doc/source/reference/routines.padding.rst
- doc/source/reference/routines.polynomials.chebyshev.rst
- doc/source/reference/routines.polynomials.classes.rst
- doc/source/reference/routines.polynomials.hermite.rst
- doc/source/reference/routines.polynomials.hermite_e.rst
- doc/source/reference/routines.polynomials.laguerre.rst
- doc/source/reference/routines.polynomials.legendre.rst
- doc/source/reference/routines.polynomials.package.rst
- doc/source/reference/routines.polynomials.poly1d.rst
- doc/source/reference/routines.polynomials.polynomial.rst
- doc/source/reference/routines.polynomials.rst
- doc/source/reference/routines.random.rst
- doc/source/reference/routines.rst
- doc/source/reference/routines.set.rst
- doc/source/reference/routines.sort.rst
- doc/source/reference/routines.statistics.rst
- doc/source/reference/routines.testing.rst
- doc/source/reference/routines.window.rst
- doc/source/reference/swig.interface-file.rst
- doc/source/reference/swig.rst
- doc/source/reference/swig.testing.rst
- doc/source/reference/ufuncs.rst
- doc/source/reference/figures/dtype-hierarchy.dia
- doc/source/reference/figures/dtype-hierarchy.pdf
- doc/source/reference/figures/dtype-hierarchy.png
- doc/source/reference/figures/threefundamental.fig
- doc/source/reference/figures/threefundamental.pdf
- doc/source/reference/figures/threefundamental.png
- doc/source/user/basics.broadcasting.rst
- doc/source/user/basics.byteswapping.rst
- doc/source/user/basics.creation.rst
- doc/source/user/basics.indexing.rst
- doc/source/user/basics.io.genfromtxt.rst
- doc/source/user/basics.io.rst
- doc/source/user/basics.rec.rst
- doc/source/user/basics.rst
- doc/source/user/basics.subclassing.rst
- doc/source/user/basics.types.rst
- doc/source/user/building.rst
- doc/source/user/c-info.beyond-basics.rst
- doc/source/user/c-info.how-to-extend.rst
- doc/source/user/c-info.python-as-glue.rst
- doc/source/user/c-info.rst
- doc/source/user/c-info.ufunc-tutorial.rst
- doc/source/user/index.rst
- doc/source/user/install.rst
- doc/source/user/misc.rst
- doc/source/user/numpy-for-matlab-users.rst
- doc/source/user/quickstart.rst
- doc/source/user/setting-up.rst
- doc/source/user/whatisnumpy.rst
- doc/sphinxext/.git
- doc/sphinxext/.gitignore
- doc/sphinxext/.travis.yml
- doc/sphinxext/LICENSE.txt
- doc/sphinxext/MANIFEST.in
- doc/sphinxext/README.rst
- doc/sphinxext/setup.py
- doc/sphinxext/numpydoc/__init__.py
- doc/sphinxext/numpydoc/comment_eater.py
- doc/sphinxext/numpydoc/compiler_unparse.py
- doc/sphinxext/numpydoc/docscrape.py
- doc/sphinxext/numpydoc/docscrape_sphinx.py
- doc/sphinxext/numpydoc/linkcode.py
- doc/sphinxext/numpydoc/numpydoc.py
- doc/sphinxext/numpydoc/phantom_import.py
- doc/sphinxext/numpydoc/plot_directive.py
- doc/sphinxext/numpydoc/traitsdoc.py
- doc/sphinxext/numpydoc/tests/test_docscrape.py
- doc/sphinxext/numpydoc/tests/test_linkcode.py
- doc/sphinxext/numpydoc/tests/test_phantom_import.py
- doc/sphinxext/numpydoc/tests/test_plot_directive.py
- doc/sphinxext/numpydoc/tests/test_traitsdoc.py
- numpy/__init__.py
- numpy/_import_tools.py
- numpy/add_newdocs.py
- numpy/ctypeslib.py
- numpy/dual.py
- numpy/matlib.py
- numpy/setup.py
- numpy/version.py
- numpy.egg-info/PKG-INFO
- numpy.egg-info/SOURCES.txt
- numpy.egg-info/dependency_links.txt
- numpy.egg-info/top_level.txt
- numpy/_build_utils/README
- numpy/_build_utils/__init__.py
- numpy/_build_utils/apple_accelerate.py
- numpy/_build_utils/common.py
- numpy/_build_utils/src/apple_sgemv_fix.c
- numpy/compat/__init__.py
- numpy/compat/_inspect.py
- numpy/compat/py3k.py
- numpy/compat/setup.py
- numpy/core/__init__.py
- numpy/core/_internal.py
- numpy/core/_methods.py
- numpy/core/arrayprint.py
- numpy/core/cversions.py
- numpy/core/defchararray.py
- numpy/core/fromnumeric.py
- numpy/core/function_base.py
- numpy/core/getlimits.py
- numpy/core/info.py
- numpy/core/machar.py
- numpy/core/memmap.py
- numpy/core/mlib.ini.in
- numpy/core/npymath.ini.in
- numpy/core/numeric.py
- numpy/core/numerictypes.py
- numpy/core/records.py
- numpy/core/setup.py
- numpy/core/setup_common.py
- numpy/core/shape_base.py
- numpy/core/code_generators/__init__.py
- numpy/core/code_generators/cversions.txt
- numpy/core/code_generators/genapi.py
- numpy/core/code_generators/generate_numpy_api.py
- numpy/core/code_generators/generate_ufunc_api.py
- numpy/core/code_generators/generate_umath.py
- numpy/core/code_generators/numpy_api.py
- numpy/core/code_generators/ufunc_docstrings.py
- numpy/core/include/numpy/_neighborhood_iterator_imp.h
- numpy/core/include/numpy/_numpyconfig.h.in
- numpy/core/include/numpy/arrayobject.h
- numpy/core/include/numpy/arrayscalars.h
- numpy/core/include/numpy/halffloat.h
- numpy/core/include/numpy/ndarrayobject.h
- numpy/core/include/numpy/ndarraytypes.h
- numpy/core/include/numpy/noprefix.h
- numpy/core/include/numpy/npy_1_7_deprecated_api.h
- numpy/core/include/numpy/npy_3kcompat.h
- numpy/core/include/numpy/npy_common.h
- numpy/core/include/numpy/npy_cpu.h
- numpy/core/include/numpy/npy_endian.h
- numpy/core/include/numpy/npy_interrupt.h
- numpy/core/include/numpy/npy_math.h
- numpy/core/include/numpy/npy_no_deprecated_api.h
- numpy/core/include/numpy/npy_os.h
- numpy/core/include/numpy/numpyconfig.h
- numpy/core/include/numpy/old_defines.h
- numpy/core/include/numpy/oldnumeric.h
- numpy/core/include/numpy/ufuncobject.h
- numpy/core/include/numpy/utils.h
- numpy/core/src/dummymodule.c
- numpy/core/src/multiarray/_datetime.h
- numpy/core/src/multiarray/alloc.c
- numpy/core/src/multiarray/alloc.h
- numpy/core/src/multiarray/array_assign.c
- numpy/core/src/multiarray/array_assign.h
- numpy/core/src/multiarray/array_assign_array.c
- numpy/core/src/multiarray/array_assign_scalar.c
- numpy/core/src/multiarray/arrayobject.c
- numpy/core/src/multiarray/arrayobject.h
- numpy/core/src/multiarray/arraytypes.h
- numpy/core/src/multiarray/buffer.c
- numpy/core/src/multiarray/buffer.h
- numpy/core/src/multiarray/calculation.c
- numpy/core/src/multiarray/calculation.h
- numpy/core/src/multiarray/cblasfuncs.c
- numpy/core/src/multiarray/cblasfuncs.h
- numpy/core/src/multiarray/common.c
- numpy/core/src/multiarray/common.h
- numpy/core/src/multiarray/compiled_base.c
- numpy/core/src/multiarray/compiled_base.h
- numpy/core/src/multiarray/conversion_utils.c
- numpy/core/src/multiarray/conversion_utils.h
- numpy/core/src/multiarray/convert.c
- numpy/core/src/multiarray/convert.h
- numpy/core/src/multiarray/convert_datatype.c
- numpy/core/src/multiarray/convert_datatype.h
- numpy/core/src/multiarray/ctors.c
- numpy/core/src/multiarray/ctors.h
- numpy/core/src/multiarray/datetime.c
- numpy/core/src/multiarray/datetime_busday.c
- numpy/core/src/multiarray/datetime_busday.h
- numpy/core/src/multiarray/datetime_busdaycal.c
- numpy/core/src/multiarray/datetime_busdaycal.h
- numpy/core/src/multiarray/datetime_strings.c
- numpy/core/src/multiarray/datetime_strings.h
- numpy/core/src/multiarray/descriptor.c
- numpy/core/src/multiarray/descriptor.h
- numpy/core/src/multiarray/dtype_transfer.c
- numpy/core/src/multiarray/flagsobject.c
- numpy/core/src/multiarray/getset.c
- numpy/core/src/multiarray/getset.h
- numpy/core/src/multiarray/hashdescr.c
- numpy/core/src/multiarray/hashdescr.h
- numpy/core/src/multiarray/item_selection.c
- numpy/core/src/multiarray/item_selection.h
- numpy/core/src/multiarray/iterators.c
- numpy/core/src/multiarray/iterators.h
- numpy/core/src/multiarray/mapping.c
- numpy/core/src/multiarray/mapping.h
- numpy/core/src/multiarray/methods.c
- numpy/core/src/multiarray/methods.h
- numpy/core/src/multiarray/multiarraymodule.c
- numpy/core/src/multiarray/multiarraymodule.h
- numpy/core/src/multiarray/nditer_api.c
- numpy/core/src/multiarray/nditer_constr.c
- numpy/core/src/multiarray/nditer_impl.h
- numpy/core/src/multiarray/nditer_pywrap.c
- numpy/core/src/multiarray/nditer_pywrap.h
- numpy/core/src/multiarray/number.c
- numpy/core/src/multiarray/number.h
- numpy/core/src/multiarray/numpymemoryview.c
- numpy/core/src/multiarray/numpymemoryview.h
- numpy/core/src/multiarray/numpyos.c
- numpy/core/src/multiarray/numpyos.h
- numpy/core/src/multiarray/python_xerbla.c
- numpy/core/src/multiarray/refcount.c
- numpy/core/src/multiarray/refcount.h
- numpy/core/src/multiarray/scalarapi.c
- numpy/core/src/multiarray/scalartypes.h
- numpy/core/src/multiarray/sequence.c
- numpy/core/src/multiarray/sequence.h
- numpy/core/src/multiarray/shape.c
- numpy/core/src/multiarray/shape.h
- numpy/core/src/multiarray/ucsnarrow.c
- numpy/core/src/multiarray/ucsnarrow.h
- numpy/core/src/multiarray/usertypes.c
- numpy/core/src/multiarray/usertypes.h
- numpy/core/src/multiarray/vdot.c
- numpy/core/src/multiarray/vdot.h
- numpy/core/src/npymath/_signbit.c
- numpy/core/src/npymath/halffloat.c
- numpy/core/src/npymath/ieee754.c.src
- numpy/core/src/npymath/npy_math.c.src
- numpy/core/src/npymath/npy_math_common.h
- numpy/core/src/npymath/npy_math_complex.c.src
- numpy/core/src/npymath/npy_math_private.h
- numpy/core/src/npysort/binsearch.c.src
- numpy/core/src/npysort/heapsort.c.src
- numpy/core/src/npysort/mergesort.c.src
- numpy/core/src/npysort/npysort_common.h
- numpy/core/src/npysort/quicksort.c.src
- numpy/core/src/npysort/selection.c.src
- numpy/core/src/private/lowlevel_strided_loops.h
- numpy/core/src/private/mem_overlap.c
- numpy/core/src/private/mem_overlap.h
- numpy/core/src/private/npy_binsearch.h.src
- numpy/core/src/private/npy_cblas.h
- numpy/core/src/private/npy_config.h
- numpy/core/src/private/npy_extint128.h
- numpy/core/src/private/npy_fpmath.h
- numpy/core/src/private/npy_import.h
- numpy/core/src/private/npy_partition.h.src
- numpy/core/src/private/npy_pycompat.h
- numpy/core/src/private/npy_sort.h
- numpy/core/src/private/templ_common.h.src
- numpy/core/src/private/ufunc_override.h
- numpy/core/src/umath/reduction.c
- numpy/core/src/umath/reduction.h
- numpy/core/src/umath/simd.inc.src
- numpy/core/src/umath/ufunc_object.c
- numpy/core/src/umath/ufunc_object.h
- numpy/core/src/umath/ufunc_type_resolution.c
- numpy/core/src/umath/ufunc_type_resolution.h
- numpy/core/src/umath/umathmodule.c
- numpy/distutils/__init__.py
- numpy/distutils/__version__.py
- numpy/distutils/ccompiler.py
- numpy/distutils/compat.py
- numpy/distutils/conv_template.py
- numpy/distutils/core.py
- numpy/distutils/cpuinfo.py
- numpy/distutils/environment.py
- numpy/distutils/exec_command.py
- numpy/distutils/extension.py
- numpy/distutils/from_template.py
- numpy/distutils/info.py
- numpy/distutils/intelccompiler.py
- numpy/distutils/lib2def.py
- numpy/distutils/line_endings.py
- numpy/distutils/log.py
- numpy/distutils/mingw32ccompiler.py
- numpy/distutils/misc_util.py
- numpy/distutils/msvc9compiler.py
- numpy/distutils/msvccompiler.py
- numpy/distutils/npy_pkg_config.py
- numpy/distutils/numpy_distribution.py
- numpy/distutils/pathccompiler.py
- numpy/distutils/setup.py
- numpy/distutils/system_info.py
- numpy/distutils/unixccompiler.py
- numpy/distutils/command/__init__.py
- numpy/distutils/command/autodist.py
- numpy/distutils/command/bdist_rpm.py
- numpy/distutils/command/build.py
- numpy/distutils/command/build_clib.py
- numpy/distutils/command/build_ext.py
- numpy/distutils/command/build_py.py
- numpy/distutils/command/build_scripts.py
- numpy/distutils/command/build_src.py
- numpy/distutils/command/config.py
- numpy/distutils/command/config_compiler.py
- numpy/distutils/command/develop.py
- numpy/distutils/command/egg_info.py
- numpy/distutils/command/install.py
- numpy/distutils/command/install_clib.py
- numpy/distutils/command/install_data.py
- numpy/distutils/command/install_headers.py
- numpy/distutils/command/sdist.py
- numpy/distutils/fcompiler/__init__.py
- numpy/distutils/fcompiler/absoft.py
- numpy/distutils/fcompiler/compaq.py
- numpy/distutils/fcompiler/g95.py
- numpy/distutils/fcompiler/gnu.py
- numpy/distutils/fcompiler/hpux.py
- numpy/distutils/fcompiler/ibm.py
- numpy/distutils/fcompiler/intel.py
- numpy/distutils/fcompiler/lahey.py
- numpy/distutils/fcompiler/mips.py
- numpy/distutils/fcompiler/nag.py
- numpy/distutils/fcompiler/none.py
- numpy/distutils/fcompiler/pathf95.py
- numpy/distutils/fcompiler/pg.py
- numpy/distutils/fcompiler/sun.py
- numpy/distutils/fcompiler/vast.py
- numpy/doc/__init__.py
- numpy/doc/basics.py
- numpy/doc/broadcasting.py
- numpy/doc/byteswapping.py
- numpy/doc/constants.py
- numpy/doc/creation.py
- numpy/doc/glossary.py
- numpy/doc/indexing.py
- numpy/doc/internals.py
- numpy/doc/misc.py
- numpy/doc/structured_arrays.py
- numpy/doc/subclassing.py
- numpy/doc/ufuncs.py
- numpy/f2py/__init__.py
- numpy/f2py/__main__.py
- numpy/f2py/__version__.py
- numpy/f2py/auxfuncs.py
- numpy/f2py/capi_maps.py
- numpy/f2py/cb_rules.py
- numpy/f2py/cfuncs.py
- numpy/f2py/common_rules.py
- numpy/f2py/crackfortran.py
- numpy/f2py/diagnose.py
- numpy/f2py/f2py2e.py
- numpy/f2py/f2py_testing.py
- numpy/f2py/f90mod_rules.py
- numpy/f2py/func2subr.py
- numpy/f2py/info.py
- numpy/f2py/rules.py
- numpy/f2py/setup.py
- numpy/f2py/use_rules.py
- numpy/fft/__init__.py
- numpy/fft/fftpack.c
- numpy/fft/fftpack.h
- numpy/fft/fftpack.py
- numpy/fft/fftpack_litemodule.c
- numpy/fft/helper.py
- numpy/fft/info.py
- numpy/fft/setup.py
- numpy/lib/__init__.py
- numpy/lib/_datasource.py
- numpy/lib/_iotools.py
- numpy/lib/_version.py
- numpy/lib/arraypad.py
- numpy/lib/arraysetops.py
- numpy/lib/arrayterator.py
- numpy/lib/financial.py
- numpy/lib/format.py
- numpy/lib/function_base.py
- numpy/lib/index_tricks.py
- numpy/lib/info.py
- numpy/lib/nanfunctions.py
- numpy/lib/npyio.py
- numpy/lib/polynomial.py
- numpy/lib/recfunctions.py
- numpy/lib/scimath.py
- numpy/lib/setup.py
- numpy/lib/shape_base.py
- numpy/lib/stride_tricks.py
- numpy/lib/twodim_base.py
- numpy/lib/type_check.py
- numpy/lib/ufunclike.py
- numpy/lib/user_array.py
- numpy/lib/utils.py
- numpy/linalg/__init__.py
- numpy/linalg/info.py
- numpy/linalg/lapack_litemodule.c
- numpy/linalg/linalg.py
- numpy/linalg/setup.py
- numpy/linalg/lapack_lite/blas_lite.c
- numpy/linalg/lapack_lite/dlamch.c
- numpy/linalg/lapack_lite/dlapack_lite.c
- numpy/linalg/lapack_lite/f2c.h
- numpy/linalg/lapack_lite/f2c_lite.c
- numpy/linalg/lapack_lite/python_xerbla.c
- numpy/linalg/lapack_lite/zlapack_lite.c
- numpy/ma/__init__.py
- numpy/ma/bench.py
- numpy/ma/core.py
- numpy/ma/extras.py
- numpy/ma/mrecords.py
- numpy/ma/setup.py
- numpy/ma/testutils.py
- numpy/ma/timer_comparison.py
- numpy/ma/version.py
- numpy/matrixlib/__init__.py
- numpy/matrixlib/defmatrix.py
- numpy/matrixlib/setup.py
- numpy/polynomial/__init__.py
- numpy/polynomial/_polybase.py
- numpy/polynomial/chebyshev.py
- numpy/polynomial/hermite.py
- numpy/polynomial/hermite_e.py
- numpy/polynomial/laguerre.py
- numpy/polynomial/legendre.py
- numpy/polynomial/polynomial.py
- numpy/polynomial/polyutils.py
- numpy/polynomial/setup.py
- numpy/random/__init__.py
- numpy/random/info.py
- numpy/random/setup.py
- numpy/random/mtrand/Python.pxi
- numpy/random/mtrand/distributions.c
- numpy/random/mtrand/distributions.h
- numpy/random/mtrand/generate_mtrand_c.py
- numpy/random/mtrand/initarray.c
- numpy/random/mtrand/initarray.h
- numpy/random/mtrand/mt_compat.h
- numpy/random/mtrand/mtrand.c
- numpy/random/mtrand/mtrand.pyx
- numpy/random/mtrand/mtrand_py_helper.h
- numpy/random/mtrand/numpy.pxd
- numpy/random/mtrand/randomkit.c
- numpy/random/mtrand/randomkit.h
- numpy/testing/__init__.py
- numpy/testing/decorators.py
- numpy/testing/noseclasses.py
- numpy/testing/nosetester.py
- numpy/testing/print_coercion_tables.py
- numpy/testing/setup.py
- numpy/testing/utils.py
- tools/swig/Makefile
- tools/swig/README
- tools/swig/numpy.i
- tools/swig/pyfragments.swg
- tools/swig/test/Array.i
- tools/swig/test/Array1.cxx
- tools/swig/test/Array1.h
- tools/swig/test/Array2.cxx
- tools/swig/test/Array2.h
- tools/swig/test/ArrayZ.cxx
- tools/swig/test/ArrayZ.h
- tools/swig/test/Farray.cxx
- tools/swig/test/Farray.h
- tools/swig/test/Farray.i
- tools/swig/test/Flat.cxx
- tools/swig/test/Flat.h
- tools/swig/test/Flat.i
- tools/swig/test/Fortran.cxx
- tools/swig/test/Fortran.h
- tools/swig/test/Fortran.i
- tools/swig/test/Makefile
- tools/swig/test/Matrix.cxx
- tools/swig/test/Matrix.h
- tools/swig/test/Matrix.i
- tools/swig/test/SuperTensor.cxx
- tools/swig/test/SuperTensor.h
- tools/swig/test/SuperTensor.i
- tools/swig/test/Tensor.cxx
- tools/swig/test/Tensor.h
- tools/swig/test/Tensor.i
- tools/swig/test/Vector.cxx
- tools/swig/test/Vector.h
- tools/swig/test/Vector.i
- tools/swig/test/setup.py
- tools/swig/test/testArray.py
- tools/swig/test/testFarray.py
- tools/swig/test/testFlat.py
- tools/swig/test/testFortran.py
- tools/swig/test/testMatrix.py
- tools/swig/test/testSuperTensor.py
- tools/swig/test/testTensor.py
- tools/swig/test/testVector.py
|