diff --git a/develop/doc/html/index.html b/develop/doc/html/index.html index b50c39a4..a1fef3f7 100644 --- a/develop/doc/html/index.html +++ b/develop/doc/html/index.html @@ -123,7 +123,7 @@

- +

Last revised: October 10, 2016 at 17:21:16 GMT

Last revised: October 10, 2016 at 22:35:07 GMT


diff --git a/develop/doc/html/numpy/.doctrees/environment.pickle b/develop/doc/html/numpy/.doctrees/environment.pickle index da12a085..22a44929 100644 Binary files a/develop/doc/html/numpy/.doctrees/environment.pickle and b/develop/doc/html/numpy/.doctrees/environment.pickle differ diff --git a/develop/doc/html/numpy/.doctrees/index.doctree b/develop/doc/html/numpy/.doctrees/index.doctree index 1b114ba6..9e669aa7 100644 Binary files a/develop/doc/html/numpy/.doctrees/index.doctree and b/develop/doc/html/numpy/.doctrees/index.doctree differ diff --git a/develop/doc/html/numpy/.doctrees/reference/binary_ufunc.doctree b/develop/doc/html/numpy/.doctrees/reference/binary_ufunc.doctree index 3c205c82..cc1d8de7 100644 Binary files a/develop/doc/html/numpy/.doctrees/reference/binary_ufunc.doctree and b/develop/doc/html/numpy/.doctrees/reference/binary_ufunc.doctree differ diff --git a/develop/doc/html/numpy/.doctrees/reference/dtype.doctree b/develop/doc/html/numpy/.doctrees/reference/dtype.doctree index 787996e7..9763f395 100644 Binary files a/develop/doc/html/numpy/.doctrees/reference/dtype.doctree and b/develop/doc/html/numpy/.doctrees/reference/dtype.doctree differ diff --git a/develop/doc/html/numpy/.doctrees/reference/index.doctree b/develop/doc/html/numpy/.doctrees/reference/index.doctree index 1d8e0c25..93b338f6 100644 Binary files a/develop/doc/html/numpy/.doctrees/reference/index.doctree and b/develop/doc/html/numpy/.doctrees/reference/index.doctree differ diff --git a/develop/doc/html/numpy/.doctrees/reference/multi_iter.doctree b/develop/doc/html/numpy/.doctrees/reference/multi_iter.doctree index 43ff8279..a701c24f 100644 Binary files a/develop/doc/html/numpy/.doctrees/reference/multi_iter.doctree and b/develop/doc/html/numpy/.doctrees/reference/multi_iter.doctree differ diff --git a/develop/doc/html/numpy/.doctrees/reference/ndarray.doctree b/develop/doc/html/numpy/.doctrees/reference/ndarray.doctree index 91ac73fa..b8c270f4 100644 Binary files a/develop/doc/html/numpy/.doctrees/reference/ndarray.doctree and b/develop/doc/html/numpy/.doctrees/reference/ndarray.doctree differ diff --git a/develop/doc/html/numpy/.doctrees/reference/unary_ufunc.doctree b/develop/doc/html/numpy/.doctrees/reference/unary_ufunc.doctree index 16bba0a4..0668feb5 100644 Binary files a/develop/doc/html/numpy/.doctrees/reference/unary_ufunc.doctree and b/develop/doc/html/numpy/.doctrees/reference/unary_ufunc.doctree differ diff --git a/develop/doc/html/numpy/.doctrees/tutorial/index.doctree b/develop/doc/html/numpy/.doctrees/tutorial/index.doctree index cabce6a8..19be8286 100644 Binary files a/develop/doc/html/numpy/.doctrees/tutorial/index.doctree and b/develop/doc/html/numpy/.doctrees/tutorial/index.doctree differ diff --git a/develop/doc/html/numpy/_sources/index.txt b/develop/doc/html/numpy/_sources/index.txt index 671a7b6c..7882747c 100644 --- a/develop/doc/html/numpy/_sources/index.txt +++ b/develop/doc/html/numpy/_sources/index.txt @@ -6,9 +6,8 @@ Welcome to the documentation of the Boost.Python NumPy extension! ================================================================= -Contents: - .. toctree:: + :caption: Table of Contents :maxdepth: 2 Tutorial diff --git a/develop/doc/html/numpy/_sources/reference/binary_ufunc.txt b/develop/doc/html/numpy/_sources/reference/binary_ufunc.txt index 041a4263..0215e555 100644 --- a/develop/doc/html/numpy/_sources/reference/binary_ufunc.txt +++ b/develop/doc/html/numpy/_sources/reference/binary_ufunc.txt @@ -1,7 +1,7 @@ binary_ufunc ============ -.. contents :: +.. contents :: Table of Contents A ``binary_ufunc`` is a struct used as an intermediate step to broadcast two arguments so that a C++ function can be converted to a ufunc like function diff --git a/develop/doc/html/numpy/_sources/reference/dtype.txt b/develop/doc/html/numpy/_sources/reference/dtype.txt index 929a76af..03227116 100644 --- a/develop/doc/html/numpy/_sources/reference/dtype.txt +++ b/develop/doc/html/numpy/_sources/reference/dtype.txt @@ -1,7 +1,7 @@ dtype ===== -.. contents :: +.. contents :: Table of Contents A `dtype`_ is an object describing the type of the elements of an ndarray diff --git a/develop/doc/html/numpy/_sources/reference/index.txt b/develop/doc/html/numpy/_sources/reference/index.txt index 9562f864..ea4d0485 100644 --- a/develop/doc/html/numpy/_sources/reference/index.txt +++ b/develop/doc/html/numpy/_sources/reference/index.txt @@ -1,9 +1,8 @@ Boost.Python NumPy extension Reference ====================================== -Contents: - .. toctree:: + :caption: Table of Contents :maxdepth: 2 dtype diff --git a/develop/doc/html/numpy/_sources/reference/multi_iter.txt b/develop/doc/html/numpy/_sources/reference/multi_iter.txt index 659f61f4..c1d812ef 100644 --- a/develop/doc/html/numpy/_sources/reference/multi_iter.txt +++ b/develop/doc/html/numpy/_sources/reference/multi_iter.txt @@ -1,7 +1,7 @@ multi_iter ========== -.. contents :: +.. contents :: Table of Contents A ``multi_iter`` is a Python object, intended to be used as an iterator It should generally only be used in loops. diff --git a/develop/doc/html/numpy/_sources/reference/ndarray.txt b/develop/doc/html/numpy/_sources/reference/ndarray.txt index 2b3ec2c4..1486c73a 100644 --- a/develop/doc/html/numpy/_sources/reference/ndarray.txt +++ b/develop/doc/html/numpy/_sources/reference/ndarray.txt @@ -1,7 +1,7 @@ ndarray ======= -.. contents :: +.. contents :: Table of Contents A `ndarray`_ is an N-dimensional array which contains items of the same type and size, where N is the number of dimensions and is specified in the form of a ``shape`` tuple. Optionally, the numpy ``dtype`` for the objects contained may also be specified. diff --git a/develop/doc/html/numpy/_sources/reference/unary_ufunc.txt b/develop/doc/html/numpy/_sources/reference/unary_ufunc.txt index 7f78da4c..eaec034c 100644 --- a/develop/doc/html/numpy/_sources/reference/unary_ufunc.txt +++ b/develop/doc/html/numpy/_sources/reference/unary_ufunc.txt @@ -1,7 +1,7 @@ unary_ufunc =========== -.. contents :: +.. contents :: Table of Contents A ``unary_ufunc`` is a struct used as an intermediate step to broadcast a single argument so that a C++ function can be converted to a ufunc like function diff --git a/develop/doc/html/numpy/_sources/tutorial/index.txt b/develop/doc/html/numpy/_sources/tutorial/index.txt index c54c8fa2..95e193df 100644 --- a/develop/doc/html/numpy/_sources/tutorial/index.txt +++ b/develop/doc/html/numpy/_sources/tutorial/index.txt @@ -1,9 +1,8 @@ Boost.Python NumPy extension Tutorial ===================================== -Contents: - .. toctree:: + :caption: Table of Contents :maxdepth: 2 simple diff --git a/develop/doc/html/numpy/_static/style.css b/develop/doc/html/numpy/_static/style.css index 2ab1b37d..bc90e8ec 100644 --- a/develop/doc/html/numpy/_static/style.css +++ b/develop/doc/html/numpy/_static/style.css @@ -14,7 +14,7 @@ .highlight { - border: 1px solid #aaaaaa; + border: 1px solid #dcdcdc; background-color: inherit; padding: 0 1em; margin: 0 5em; @@ -27,3 +27,12 @@ } .admonition-title { font-weight: bold;} +#table-of-contents +{ + border: 1px solid #dcdcdc; + padding: 1em; + margin: 0 2em; +} +#table-of-contents .caption, +#table-of-contents .topic-title { font-weight: bold;} + diff --git a/develop/doc/html/numpy/index.html b/develop/doc/html/numpy/index.html index b1a0652e..667298e8 100644 --- a/develop/doc/html/numpy/index.html +++ b/develop/doc/html/numpy/index.html @@ -22,8 +22,7 @@ - - +
@@ -58,40 +57,17 @@

Welcome to the documentation of the Boost.Python NumPy extension!

-

Contents:

-
diff --git a/develop/doc/html/numpy/reference/binary_ufunc.html b/develop/doc/html/numpy/reference/binary_ufunc.html index 4b550c2a..51b480f2 100644 --- a/develop/doc/html/numpy/reference/binary_ufunc.html +++ b/develop/doc/html/numpy/reference/binary_ufunc.html @@ -22,10 +22,7 @@ - - - - +
@@ -60,16 +57,13 @@

binary_ufunc

-
-

Contents

+
+

Table of Contents

diff --git a/develop/doc/html/numpy/reference/dtype.html b/develop/doc/html/numpy/reference/dtype.html index e2104b69..109cd8bf 100644 --- a/develop/doc/html/numpy/reference/dtype.html +++ b/develop/doc/html/numpy/reference/dtype.html @@ -22,10 +22,7 @@ - - - - +
@@ -60,16 +57,13 @@

dtype

-
-

Contents

+
+

Table of Contents

  • dtype
    • synopsis
    • @@ -185,9 +179,6 @@ to object / builtin C++ data type

diff --git a/develop/doc/html/numpy/reference/index.html b/develop/doc/html/numpy/reference/index.html index 2d7ab9ea..31776d28 100644 --- a/develop/doc/html/numpy/reference/index.html +++ b/develop/doc/html/numpy/reference/index.html @@ -22,9 +22,7 @@ - - - +
@@ -59,60 +57,17 @@
diff --git a/develop/doc/html/numpy/reference/multi_iter.html b/develop/doc/html/numpy/reference/multi_iter.html index ba57f26b..a13436cc 100644 --- a/develop/doc/html/numpy/reference/multi_iter.html +++ b/develop/doc/html/numpy/reference/multi_iter.html @@ -22,9 +22,7 @@ - - - +
@@ -59,15 +57,13 @@

multi_iter

-
-

Contents

+
+

Table of Contents

diff --git a/develop/doc/html/numpy/reference/ndarray.html b/develop/doc/html/numpy/reference/ndarray.html index b8eaeccb..79f7490a 100644 --- a/develop/doc/html/numpy/reference/ndarray.html +++ b/develop/doc/html/numpy/reference/ndarray.html @@ -22,10 +22,7 @@ - - - - +
@@ -60,16 +57,13 @@

ndarray

-
-

Contents

+
+

Table of Contents

diff --git a/develop/doc/html/numpy/reference/unary_ufunc.html b/develop/doc/html/numpy/reference/unary_ufunc.html index 096b5f74..91ca4ee0 100644 --- a/develop/doc/html/numpy/reference/unary_ufunc.html +++ b/develop/doc/html/numpy/reference/unary_ufunc.html @@ -22,10 +22,7 @@ - - - - +
@@ -60,16 +57,13 @@

unary_ufunc

-
-

Contents

+
+

Table of Contents

diff --git a/develop/doc/html/numpy/searchindex.js b/develop/doc/html/numpy/searchindex.js index 0f908ae3..8f2924b3 100644 --- a/develop/doc/html/numpy/searchindex.js +++ b/develop/doc/html/numpy/searchindex.js @@ -1 +1 @@ -Search.setIndex({envversion:42,terms:{all:8,namepac:4,interchang:8,scalar:[10,8,12,9],follow:8,row:[4,8],set_bas:8,"const":[0,2,4,5,6,8,9,10,11,12],uint8_t:[4,8],intermedi:[10,11],tresult:[10,11],introduc:4,sourc:0,string:[6,2],fals:12,"void":[8,5],failur:6,list:[2,4,9,6,8,11],iter:5,"try":[4,9],item:8,vector:8,initialis:[6,4,9],dimens:[8,2,5],"0x8":8,"0x2":8,"0x1":8,"0x0":8,"0x4":8,zero:[6,4,8,2],pass:[0,10,4,2,11],"4x2":4,append:[4,2,9],cast:[8,9],brief:2,overload:[10,11,9],access:1,object_cref:12,second_argument_typ:[11,9],method:[0,2,4,9,8,10,11,12],gener:[12,4,8,5,9],here:[6,4,8,2],let:[6,4,9],modifi:6,valu:[0,6,2,5,9],convert:[2,6,8,10,11,12],data_ex1:4,nd_min:8,pick:4,typic:[10,11],binary_ufunc:1,danger:4,dtype:1,modul:[0,6,2,9],"boolean":5,select:4,from:[8,4,2,12],describ:12,univers:9,two:[11,9,5],next:[0,4,2,5],few:4,call:[4,9,6,8,10,11,12],type:[2,4,9,6,8,10,11,12],more:[4,2],correspondingli:0,desir:4,get_dtyp:[8,2],notic:4,flag:8,templat:[10,11,8,2,12],must:[4,9,8,10,11,12],dictat:4,none:[4,8],setup:[0,2],work:8,carray_mi:8,descriptor:[8,12],can:[0,2,4,9,6,10,11],for_custom_dtyp:[2,12],def:[10,11,9],input2:11,input1:11,indic:5,tbinaryfunctor:11,minimum:8,caution:8,end:[0,5],travel:4,how:1,simpl:[1,4,3],make_tupl:[0,2,4,9,6,8,12],after:[10,11,9],reflect:0,class_:[10,11,9],inst:[10,11,9],mai:8,shared_ptr:[10,11,9],data:[1,8,2,12],reshap:[6,8],third:4,carray_ro:8,explicit:12,correspond:[10,11,4,2,12],element:[0,4,5,8,9,12],example_list1:[4,8],order:[10,11],oper:[10,11,8,9],over:5,move:8,becaus:[0,4],new_refer:12,own:[4,8],pointer:[1,8,5],make_multi_it:5,paramet:[6,4,8],typedef:[10,11,9],get_shap:[8,5],main:[0,6,4,2,9],supli:8,non:4,"return":[4,5,8,9,10,11,12],thei:0,demo_arrai:[11,9],initi:[0,2,4,9,6,8],now:[0,4,2,9],name:2,binarysquar:[11,9],neccessari:9,each:[6,4,8],from_object:8,functor:[10,11],"static":[10,11,12],happen:0,extract:[0,2,4,9,6,10,11],out:[4,9],targument:10,astyp:8,content:1,typenam:[10,11,8,12],print:[0,6,4,2,9],math:8,iostream:[0,6,4,2,9],manipul:4,argv:[0,6,4,2,9],nth:[8,5],base:8,"byte":[4,12],argc:[0,6,4,2,9],befor:[0,4,2],keep:4,stride:[4,8],update_al:8,assign:9,first:[0,6,4,2],origin:[6,4,2],directli:4,arrai:[0,1,2,3,4,5,8],number:[4,8,5],done:4,wrapper:0,owner:[4,8],size:[8,2,12],given:[8,12],associ:12,result_arrai:[11,9],construct:[4,8,12],dt1:[4,8],"final":2,store:0,mul_data:[4,8],option:[10,11,4,8],namespac:[0,2,4,5,6,8,9,10,11,12],copi:8,custom_dtyp:[2,12],specifi:[8,4,2],broadcast:[10,11,9,5],part:4,std:[0,2,4,9,6,8,10,11],reinterpret_cast:8,remov:8,structur:[10,11,8],charact:2,str:[0,2,4,9,6,10,11],multi_it:[1,7],uniniti:8,ani:4,raw:[1,8],increment:5,need:[4,8],squar:[10,11,8,9],equival:12,self:[10,11],note:[10,11,8],also:[6,4,8,2,12],builtin:[2,12],build:2,which:[6,4,8],example_binary_ufunc:11,noth:12,singl:[10,4],track:4,object:[0,4,5,8,9,10,11,12],contain:[2,4,5,8,10,11,12],segment:6,"class":[9,8,5,10,11,12],don:4,example_list:[4,8],cover:4,runtim:[0,6,4,2,9],targument1:11,targument2:11,show:2,"3x2":4,"3x3":[6,2],"3x4":4,carrai:8,onli:[8,5],locat:0,py_intptr_t:[8,5],should:[2,5],"__call__":[10,11,9],c_contigu:8,get:[0,6,4,2,12],express:5,"new":[4,8],requir:[10,11,8,12],farrai:8,"public":[8,12,5],example_tupl:[4,8],f_contigu:8,result_typ:[10,11,9],where:8,view:8,arr:[0,9],set:[6,8],datatyp:[6,4,2],see:[0,9],result:[6,10,9,11],arg:12,get_builtin:[0,2,4,9,6,8,12],argument_typ:[10,9],farray_ro:8,correctli:[10,11],tunaryfunctor:10,across:0,attribut:[10,11,8],entir:8,endl:[0,2,4,9,6,10,11],both:[0,4,9],last:4,instanc:[10,11,9],logic:8,get_items:12,unarysquar:[10,9],header:[0,6,2],suppli:[4,8,5,12],data_ex:[4,8],quit:4,not_don:5,three:5,empti:[6,4,8],compon:6,first_argument_typ:[11,9],interest:4,argument:[10,11,4,2],"case":8,"char":[0,2,4,5,6,8,9,10,11],multi:4,get_nd:[8,5],align:[8,12],defin:[10,11,12],"while":[4,8],error:[6,9],loop:5,bitflag:8,have:[4,8],advantag:0,readi:2,demo:9,get_strid:8,itself:8,perform:9,make:[0,10,4,9,11],same:[0,4,8,9],member:2,binari:[11,9],tutori:[1,2],behav:8,list_for_dtyp:[2,12],effect:[10,11,12,5],user:[8,12],chang:0,built:[6,4,2,12],thu:0,well:[0,4,12],thi:[0,6,4,8,2],dimension:[6,4,8],left:8,unari:[10,9],get_data:[8,5],cout:[0,2,4,9,6,10,11],new_arrai:2,shape:[6,4,8,2,5],dtpye:2,struct:[10,11,9],expos:[10,11,4,9],example_unary_ufunc:10,littl:4,add:[4,2],valid:[10,11,12],exercis:8,input:[10,11,9],ufunc:[10,1,11,5,3],match:4,take:[4,2,9],format:2,bit:4,like:[0,6,10,2,11],arbitrari:[4,8,12],integ:[4,8,5],necessari:[0,2,4,9,6,8,12],either:12,output:[10,11,9],underli:[10,11],old:8,some:4,sizeof:[0,4],librari:4,definit:[10,11,5],py_arrai:0,unit:[4,8],refer:1,"enum":8,usag:[10,11],step:[10,11],error_already_set:4,squeez:8,between:8,py_initi:[0,6,4,2,9],obj:8,v_contigu:8,column:[4,8],transpos:8,nd_max:8,doubl:[10,11,2,9,12],"float":6,get_bas:8,wai:4,support:[12,9],custom:[2,12],start:6,includ:[0,6,4,2,9],from_data:[0,4,8,9],get_flag:8,farray_mi:8,"function":[10,11,4,9],properli:8,form:8,mul_data_ex:[4,8],tupl:[6,4,8,2,12],unary_ufunc:[1,7],inlin:8,"throw":[4,12],made:[0,9],attr:[10,11,9],possibl:0,whether:5,writeabl:8,maximum:8,limit:8,otherwis:[8,9],featur:9,creat:[0,1,2,3,8,10,11,12],"int":[0,2,4,5,6,8,9,12],any_valid:[10,11],implement:9,varrai:8,check:0,any_valid_typ:10,fill:[6,4],again:[6,9],hpp:[0,2,4,5,6,8,9,10,11,12],detail:12,other:[4,9],bool:[12,5],varieti:4,you:[6,4],variabl:2,intend:5,sequenc:[4,8,5],ndarrai:[1,12,7],multidimension:4},objtypes:{},objnames:{},filenames:["tutorial/fromdata","index","tutorial/dtype","tutorial/index","tutorial/ndarray","reference/multi_iter","tutorial/simple","reference/index","reference/ndarray","tutorial/ufunc","reference/unary_ufunc","reference/binary_ufunc","reference/dtype"],titles:["How to access data using raw pointers","Welcome to the documentation of the Boost.Python NumPy extension!","How to use dtypes","Boost.Python NumPy extension Tutorial","Creating ndarrays","multi_iter","A simple tutorial on Arrays","Boost.Python NumPy extension Reference","ndarray","Ufuncs","unary_ufunc","binary_ufunc","dtype"],objects:{},titleterms:{binary_ufunc:11,creat:4,dtype:[2,12],arrai:6,raw:0,pointer:0,content:[10,11,8,12,5],welcom:1,numpi:[1,7,3],access:0,how:[0,2],exampl:[10,11,8,12],ufunc:9,document:1,boost:[1,7,3],refer:7,synopsi:[10,11,8,12,5],python:[1,7,3],ndarrai:[4,8],extens:[1,7,3],unary_ufunc:10,data:0,accessor:[10,11,8,12,5],simpl:6,tutori:[6,3],constructor:[10,11,8,12,5],multi_it:5}}) \ No newline at end of file +Search.setIndex({envversion:42,terms:{all:8,definit:[10,11,5],interchang:8,scalar:[10,8,12,9],follow:8,row:[4,8],set_bas:8,"const":[0,2,4,5,6,8,9,10,11,12],uint8_t:[4,8],intermedi:[10,11],tresult:[10,11],introduc:4,sourc:0,string:[6,2],fals:12,"void":[8,5],failur:6,list:[2,4,9,6,8,11],iter:5,"try":[4,9],item:8,vector:8,initialis:[6,4,9],dimens:[8,2,5],"0x8":8,"0x2":8,"0x1":8,"0x0":8,"0x4":8,zero:[6,4,8,2],pass:[0,10,4,2,11],"4x2":4,append:[4,2,9],cast:[8,9],brief:2,overload:[10,11,9],object_cref:12,second_argument_typ:[11,9],method:[0,2,4,9,8,10,11,12],gener:[12,4,8,5,9],here:[6,4,8,2],let:[6,4,9],modifi:6,valu:[0,6,2,5,9],convert:[2,6,8,10,11,12],data_ex1:4,nd_min:8,pick:4,typic:[10,11],danger:4,modul:[0,6,2,9],"boolean":5,select:4,from:[8,4,2,12],describ:12,univers:9,two:[11,9,5],next:[0,4,2,5],few:4,call:[4,9,6,8,10,11,12],type:[2,4,9,6,8,10,11,12],more:[4,2],correspondingli:0,desir:4,get_dtyp:[8,2],notic:4,flag:8,templat:[10,11,8,2,12],must:[4,9,8,10,11,12],dictat:4,none:[4,8],setup:[0,2],work:8,carray_mi:8,column:[4,8],can:[0,2,4,9,6,10,11],for_custom_dtyp:[2,12],def:[10,11,9],input2:11,input1:11,indic:5,tbinaryfunctor:11,minimum:8,caution:8,end:[0,5],travel:4,get_shap:[8,5],simpl:4,make_tupl:[0,2,4,9,6,8,12],after:[10,11,9],reflect:0,class_:[10,11,9],inst:[10,11,9],mai:8,shared_ptr:[10,11,9],data:[8,2,12],reshap:[6,8],third:4,carray_ro:8,explicit:12,correspond:[10,11,4,2,12],element:[0,4,5,8,9,12],example_list1:[4,8],order:[10,11],oper:[10,11,8,9],over:5,move:8,becaus:[0,4],new_refer:12,pointer:[8,5],make_multi_it:5,paramet:[6,4,8],typedef:[10,11,9],main:[0,6,4,2,9],supli:8,non:4,"return":[4,5,8,9,10,11,12],thei:0,demo_arrai:[11,9],initi:[0,2,4,9,6,8],now:[0,4,2,9],name:2,binarysquar:[11,9],neccessari:9,each:[6,4,8],from_object:8,functor:[10,11],"static":[10,11,12],happen:0,extract:[0,2,4,9,6,10,11],out:[4,9],targument:10,astyp:8,typenam:[10,11,8,12],print:[0,6,4,2,9],math:8,iostream:[0,6,4,2,9],manipul:4,argv:[0,6,4,2,9],nth:[8,5],base:8,"byte":[4,12],argc:[0,6,4,2,9],befor:[0,4,2],keep:4,stride:[4,8],update_al:8,assign:9,first:[0,6,4,2],origin:[6,4,2],directli:4,arrai:[0,4,8,2,5],number:[4,8,5],done:4,wrapper:0,owner:[4,8],size:[8,2,12],given:[8,12],associ:12,result_arrai:[11,9],construct:[4,8,12],dt1:[4,8],"final":2,store:0,mul_data:[4,8],option:[10,11,4,8],namespac:[0,2,4,5,6,8,9,10,11,12],copi:8,custom_dtyp:[2,12],specifi:[8,4,2],broadcast:[10,11,9,5],part:4,std:[0,2,4,9,6,8,10,11],reinterpret_cast:8,remov:8,structur:[10,11,8],charact:2,str:[0,2,4,9,6,10,11],uniniti:8,ani:4,raw:8,increment:5,need:[4,8],squar:[10,11,8,9],equival:12,self:[10,11],note:[10,11,8],also:[6,4,8,2,12],builtin:[2,12],build:2,which:[6,4,8],example_binary_ufunc:11,noth:12,singl:[10,4],track:4,object:[0,4,5,8,9,10,11,12],contain:[2,4,5,8,10,11,12],segment:6,"class":[9,8,5,10,11,12],don:4,example_list:[4,8],cover:4,runtim:[0,6,4,2,9],targument1:11,targument2:11,show:2,"3x2":4,"3x3":[6,2],"3x4":4,carrai:8,onli:[8,5],locat:0,py_intptr_t:[8,5],should:[2,5],"__call__":[10,11,9],c_contigu:8,get:[0,6,4,2,12],express:5,"new":[4,8],requir:[10,11,8,12],farrai:8,"public":[8,12,5],example_tupl:[4,8],f_contigu:8,result_typ:[10,11,9],where:8,view:8,arr:[0,9],set:[6,8],datatyp:[6,4,2],see:[0,9],result:[6,10,9,11],arg:12,get_builtin:[0,2,4,9,6,8,12],argument_typ:[10,9],farray_ro:8,correctli:[10,11],tunaryfunctor:10,across:0,attribut:[10,11,8],entir:8,endl:[0,2,4,9,6,10,11],both:[0,4,9],last:4,instanc:[10,11,9],logic:8,get_items:12,unarysquar:[10,9],header:[0,6,2],suppli:[4,8,5,12],data_ex:[4,8],quit:4,not_don:5,three:5,empti:[6,4,8],compon:6,first_argument_typ:[11,9],interest:4,argument:[10,11,4,2],"case":8,"char":[0,2,4,5,6,8,9,10,11],multi:4,get_nd:[8,5],align:[8,12],defin:[10,11,12],"while":[4,8],error:[6,9],loop:5,bitflag:8,have:[4,8],advantag:0,readi:2,demo:9,get_strid:8,itself:8,perform:9,make:[0,10,4,9,11],same:[0,4,8,9],member:2,binari:[11,9],tutori:2,behav:8,list_for_dtyp:[2,12],effect:[10,11,12,5],user:[8,12],chang:0,built:[6,4,2,12],thu:0,well:[0,4,12],thi:[0,6,4,8,2],dimension:[6,4,8],left:8,unari:[10,9],get_data:[8,5],cout:[0,2,4,9,6,10,11],new_arrai:2,shape:[6,4,8,2,5],dtpye:2,struct:[10,11,9],expos:[10,11,4,9],example_unary_ufunc:10,littl:4,add:[4,2],other:[4,9],exercis:8,input:[10,11,9],ufunc:[10,11,5],match:4,take:[4,2,9],format:2,bit:4,like:[0,6,10,2,11],arbitrari:[4,8,12],integ:[4,8,5],necessari:[0,2,4,9,6,8,12],either:12,output:[10,11,9],underli:[10,11],old:8,some:4,sizeof:[0,4],librari:4,namepac:4,py_arrai:0,unit:[4,8],"enum":8,usag:[10,11],step:[10,11],error_already_set:4,squeez:8,between:8,py_initi:[0,6,4,2,9],obj:8,v_contigu:8,transpos:8,nd_max:8,own:[4,8],"float":6,get_bas:8,wai:4,support:[12,9],custom:[2,12],start:6,includ:[0,6,4,2,9],from_data:[0,4,8,9],get_flag:8,farray_mi:8,"function":[10,11,4,9],properli:8,form:8,mul_data_ex:[4,8],tupl:[6,4,8,2,12],inlin:8,"throw":[4,12],made:[0,9],attr:[10,11,9],possibl:0,whether:5,writeabl:8,maximum:8,limit:8,otherwis:[8,9],featur:9,creat:[0,2,8,10,11,12],"int":[0,2,4,5,6,8,9,12],descriptor:[8,12],any_valid:[10,11],implement:9,varrai:8,check:0,any_valid_typ:10,fill:[6,4],again:[6,9],hpp:[0,2,4,5,6,8,9,10,11,12],detail:12,valid:[10,11,12],bool:[12,5],varieti:4,you:[6,4],variabl:2,intend:5,sequenc:[4,8,5],ndarrai:12,multidimension:4,doubl:[10,11,2,9,12]},objtypes:{},objnames:{},filenames:["tutorial/fromdata","index","tutorial/dtype","tutorial/index","tutorial/ndarray","reference/multi_iter","tutorial/simple","reference/index","reference/ndarray","tutorial/ufunc","reference/unary_ufunc","reference/binary_ufunc","reference/dtype"],titles:["How to access data using raw pointers","Welcome to the documentation of the Boost.Python NumPy extension!","How to use dtypes","Boost.Python NumPy extension Tutorial","Creating ndarrays","multi_iter","A simple tutorial on Arrays","Boost.Python NumPy extension Reference","ndarray","Ufuncs","unary_ufunc","binary_ufunc","dtype"],objects:{},titleterms:{binary_ufunc:11,creat:4,dtype:[2,12],arrai:6,raw:0,tabl:[10,11,8,12,5],pointer:0,content:[10,11,8,12,5],welcom:1,numpi:[1,7,3],access:0,how:[0,2],exampl:[10,11,8,12],ufunc:9,document:1,boost:[1,7,3],refer:7,synopsi:[10,11,8,12,5],python:[1,7,3],ndarrai:[4,8],extens:[1,7,3],unary_ufunc:10,data:0,accessor:[10,11,8,12,5],simpl:6,tutori:[6,3],constructor:[10,11,8,12,5],multi_it:5}}) \ No newline at end of file diff --git a/develop/doc/html/numpy/tutorial/dtype.html b/develop/doc/html/numpy/tutorial/dtype.html index f5d3d517..b6e9a1a0 100644 --- a/develop/doc/html/numpy/tutorial/dtype.html +++ b/develop/doc/html/numpy/tutorial/dtype.html @@ -22,10 +22,7 @@ - - - - +
@@ -60,9 +57,6 @@ @@ -122,9 +116,6 @@ Here, we first convert the variable into a string, and then extract it as a C++
diff --git a/develop/doc/html/numpy/tutorial/fromdata.html b/develop/doc/html/numpy/tutorial/fromdata.html index 3fe81c3a..d54bf18e 100644 --- a/develop/doc/html/numpy/tutorial/fromdata.html +++ b/develop/doc/html/numpy/tutorial/fromdata.html @@ -22,10 +22,7 @@ - - - - +
@@ -60,9 +57,6 @@ @@ -125,9 +119,6 @@ The from_data method makes this possible.

diff --git a/develop/doc/html/numpy/tutorial/index.html b/develop/doc/html/numpy/tutorial/index.html index 84335a4d..1f710900 100644 --- a/develop/doc/html/numpy/tutorial/index.html +++ b/develop/doc/html/numpy/tutorial/index.html @@ -22,9 +22,7 @@ - - - +
@@ -59,31 +57,17 @@
diff --git a/develop/doc/html/numpy/tutorial/ndarray.html b/develop/doc/html/numpy/tutorial/ndarray.html index b39fa08d..ec1ddee0 100644 --- a/develop/doc/html/numpy/tutorial/ndarray.html +++ b/develop/doc/html/numpy/tutorial/ndarray.html @@ -22,10 +22,7 @@ - - - - +
@@ -60,9 +57,6 @@ @@ -168,9 +162,6 @@ manipulate the “owner” object

diff --git a/develop/doc/html/numpy/tutorial/simple.html b/develop/doc/html/numpy/tutorial/simple.html index 7862aaaa..add09d6d 100644 --- a/develop/doc/html/numpy/tutorial/simple.html +++ b/develop/doc/html/numpy/tutorial/simple.html @@ -22,10 +22,7 @@ - - - - +
@@ -60,9 +57,6 @@ @@ -110,9 +104,6 @@
diff --git a/develop/doc/html/numpy/tutorial/ufunc.html b/develop/doc/html/numpy/tutorial/ufunc.html index 3723d821..ce17862c 100644 --- a/develop/doc/html/numpy/tutorial/ufunc.html +++ b/develop/doc/html/numpy/tutorial/ufunc.html @@ -22,10 +22,7 @@ - - - - +
@@ -60,9 +57,6 @@ @@ -188,9 +182,6 @@
diff --git a/develop/doc/html/reference/index.html b/develop/doc/html/reference/index.html index b52776b6..c36aa7ee 100644 --- a/develop/doc/html/reference/index.html +++ b/develop/doc/html/reference/index.html @@ -128,7 +128,7 @@
- +

Last revised: October 10, 2016 at 17:21:23 GMT

Last revised: October 10, 2016 at 22:35:13 GMT


diff --git a/develop/doc/html/tutorial/index.html b/develop/doc/html/tutorial/index.html index a6109247..18fc8eef 100644 --- a/develop/doc/html/tutorial/index.html +++ b/develop/doc/html/tutorial/index.html @@ -140,7 +140,7 @@
- +

Last revised: October 10, 2016 at 17:21:34 GMT

Last revised: October 10, 2016 at 22:35:24 GMT