Home
last modified time | relevance | path

Searched refs:numarray (Results 26 – 50 of 149) sorted by relevance

123456

/dports/databases/xtrabackup/boost_1_59_0/libs/python/test/
H A Dnumpy.py30 try: import numarray
34 m = numarray
/dports/databases/percona57-client/boost_1_59_0/libs/python/test/
H A Dnumpy.py30 try: import numarray
34 m = numarray
/dports/lang/cython-devel/cython-2b1e743/tests/memoryview/
H A Dnumpy_memoryview.pyx214 numarray = np.asarray(cyarray)
216 assert cyarray.shape == numarray.shape, (cyarray.shape, numarray.shape)
217 assert cyarray.strides == numarray.strides, (cyarray.strides, numarray.strides)
218 assert cyarray.ndim == numarray.ndim, (cyarray.ndim, numarray.ndim)
219 assert cyarray.size == numarray.size, (cyarray.size, numarray.size)
220 assert cyarray.nbytes == numarray.nbytes, (cyarray.nbytes, numarray.nbytes)
222 cdef int[:, :] mslice = numarray
223 assert (<object> mslice).base is numarray
/dports/lang/cython/Cython-0.29.24/tests/memoryview/
H A Dnumpy_memoryview.pyx229 numarray = np.asarray(cyarray)
231 assert cyarray.shape == numarray.shape, (cyarray.shape, numarray.shape)
232 assert cyarray.strides == numarray.strides, (cyarray.strides, numarray.strides)
233 assert cyarray.ndim == numarray.ndim, (cyarray.ndim, numarray.ndim)
234 assert cyarray.size == numarray.size, (cyarray.size, numarray.size)
235 assert cyarray.nbytes == numarray.nbytes, (cyarray.nbytes, numarray.nbytes)
237 cdef int[:, :] mslice = numarray
238 assert (<object> mslice).base is numarray
/dports/devel/py-tables/tables-3.6.1/doc/source/cookbook/
H A Dpy2exe_howto.rst40 includes= encodings.*, tables.*, numarray.*
42 As you can see I have included everything from tables (tables.*) and numarray
43 (numarray.*).
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/general/
H A Dflags.cpp72 Array<double> * numarray = new Array<double>; in SetFlag() local
74 numarray->Append (val.Get(i)); in SetFlag()
75 numlistflags.Set (name, numarray); in SetFlag()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/general/
H A Dflags.cpp72 ARRAY<double> * numarray = new ARRAY<double>; in SetFlag() local
74 numarray->Append (val.Get(i)); in SetFlag()
75 numlistflags.Set (name, numarray); in SetFlag()
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Headers/gsc/
H A DGSGStateOps.h63 - (void) DPSxshow: (const char*)s : (const CGFloat*)numarray : (int)size;
64 - (void) DPSxyshow: (const char*)s : (const CGFloat*)numarray : (int)size;
65 - (void) DPSyshow: (const char*)s : (const CGFloat*)numarray : (int)size;
/dports/math/py-pygsl/pygsl-2.3.0/
H A DChangeLog33 should work at least with numpy 1.4. Numeric or numarray are not
116 for numarray/Numeric if already made. If not, looks which
119 --array-object=Numeric|numarray.
132 * Added support for numarray. Now numarray
133 can be defined at compile time and numarray
/dports/devel/py-tables/tables-3.6.1/
H A DTHANKS51 many of the intricacies of the numarray package and Jin-chung Hsu for
52 discussions on recarray module (now numarray.records module). They
54 improvements in numarray (specially in the records module) that were
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DDPSOperators.h120 DPSxshow(GSCTXT *ctxt, const char* s, const CGFloat* numarray, int size)
124 DPSxyshow(GSCTXT *ctxt, const char* s, const CGFloat* numarray, int size)
128 DPSyshow(GSCTXT *ctxt, const char* s, const CGFloat* numarray, int size)
617 DPSxshow(GSCTXT *ctxt, const char* s, const CGFloat* numarray, int size) in DPSxshow() argument
620 (ctxt, @selector(DPSxshow: : :), s, numarray, size); in DPSxshow()
624 DPSxyshow(GSCTXT *ctxt, const char* s, const CGFloat* numarray, int size) in DPSxyshow() argument
627 (ctxt, @selector(DPSxyshow: : :), s, numarray, size); in DPSxyshow()
631 DPSyshow(GSCTXT *ctxt, const char* s, const CGFloat* numarray, int size) in DPSyshow() argument
634 (ctxt, @selector(DPSyshow: : :), s, numarray, size); in DPSyshow()
H A DNSGraphicsContext.h311 - (void) DPSxshow: (const char*)s : (const CGFloat*)numarray : (int)size;
312 - (void) DPSxyshow: (const char*)s : (const CGFloat*)numarray : (int)size;
313 - (void) DPSyshow: (const char*)s : (const CGFloat*)numarray : (int)size;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/test/studies/
H A Dfactory.qa6 numarray test2
H A Dfactory.cpp20 FACTORY_REGISTER(numarray, intarray_base*, return new utilib::NumArray<int>;,"test2")
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/PDFJ/
H A DForm.pm254 MK => dictionary({BC => [$c_light->numarray],
255 BG => [$c_fill->numarray]}),
376 MK => dictionary({BC => [$c_light->numarray],
377 BG => [$c_fill->numarray], CA => textstring($caption)}),
582 MK => dictionary({BC => [$c_light->numarray],
583 BG => [$c_fill->numarray]}),
/dports/science/InsightToolkit/ITK-5.0.1/Examples/DataRepresentation/Image/
H A DImageToArray.py20 from numarray import *
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DRawBitmapAccess.py28 import numarray
30 arr = numarray.array(shape=shape, typecode='u1')
/dports/devel/py-tables/tables-3.6.1/doc/source/cookbook/py2exe_howto/
H A Dpytables_test.py3 import numarray
/dports/graphics/cenon/Cenon/VHFImport/
H A DpsImport.prolog230 % numarray
273 % numarray
536 /xyshow % string numarray/numstring [Lev 2] - (Text) [10 50 10 50 10 50 0 0] xyshow
541 /xshow % string numarray/numstring [Lev 2] - (Text) [10 10 10 0] xshow
546 /yshow % string numarray/numstring [Lev 2] - (Text) [50 50 50 0] yshow
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxslt/src/libxslt/
H A Dnumbers.c803 double numarray[1024]; in xsltNumberFormat() local
804 int max = sizeof(numarray)/sizeof(numarray[0]); in xsltNumberFormat()
809 numarray, in xsltNumberFormat()
813 numarray, in xsltNumberFormat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxslt/src/libxslt/
H A Dnumbers.c803 double numarray[1024]; in xsltNumberFormat() local
804 int max = sizeof(numarray)/sizeof(numarray[0]); in xsltNumberFormat()
809 numarray, in xsltNumberFormat()
813 numarray, in xsltNumberFormat()
/dports/textproc/libxslt/libxslt-1.1.34/libxslt/
H A Dnumbers.c803 double numarray[1024]; in xsltNumberFormat() local
804 int max = sizeof(numarray)/sizeof(numarray[0]); in xsltNumberFormat()
809 numarray, in xsltNumberFormat()
813 numarray, in xsltNumberFormat()
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/prev_api_changes/
H A Dapi_changes_0.71.rst26 numerix dir structure mirrors numarray (though it is an incomplete
/dports/devel/py-tables/tables-3.6.1/doc/source/release-notes/
H A DRELEASE_NOTES_v0.7.2.rst11 tracked down to the underlying numarray library. These leaks
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/gsc/
H A DGSContext.m416 - (void) DPSxshow: (const char *)s : (const CGFloat*)numarray : (int)size
418 [gstate DPSxshow: s : numarray : size];
421 - (void) DPSxyshow: (const char *)s : (const CGFloat*)numarray : (int)size
423 [gstate DPSxyshow: s : numarray : size];
426 - (void) DPSyshow: (const char *)s : (const CGFloat*)numarray : (int)size
428 [gstate DPSyshow: s : numarray : size];

123456