Denis

286
reputation
61 views

Registered User

name Denis
member for 11 months
seen 13 hours ago
website
location DE
age
13h
comment A C++ library for Arrays
why not eigen then (eigen.tuxfamily.org) ? looks fast and well-documented
16h
comment A C++ library for Arrays
+1 looks nice, "good balance". Has anyone compared its speed to blitz, numpy ... as in www.scipy.org/PerformancePython laplace.py ?
17h
comment A C++ library for Arrays
boost multiarrays are sloooow, see stackoverflow.com/questions/446866/…
Dec
9
answered Where can I find a good read about bicubic interpolation and Lanczos resampling?
Dec
6
revised resampling, interpolating matrix
sinc
Dec
5
revised resampling, interpolating matrix
s=0
Dec
5
answered resampling, interpolating matrix
Dec
4
answered Speeding up computations with numpy matrices
Nov
25
revised Command line parser for Qt4
+ whole ztest.h
Nov
24
comment Cython and numpy speed
Are your times for 10,000 or for arange(0, 100, .001) ?
Nov
24
answered Just Curious about Python+Numpy to Realtime Gesture Recognition
Nov
16
answered Python and factories
Nov
13
answered How do I get both STDOUT and STDERR to go to the terminal and a log file?
Nov
11
comment Python JSON decoding performance.
fwiw, 11nov 2009 pypi.python.org/packages/source/… on mac 10.4.11 ppc, gcc 4.2.1 => simplejson/_speedups.c:2256: error: redefinition of ‘PyTypeObject PyEncoderType’ WARNING: The C extension could not be compiled, speedups are not enabled.
Nov
11
awarded  Commentator
Nov
11
comment gotchas where Numpy differs from straight python ?
not always: "There are two kinds of fancy indexing in numpy, which behave similarly ..." mail.scipy.org/pipermail/numpy-discussion/…
Nov
2
revised least square solution to camera matrix [numpy]
+ x1
Nov
2
answered least square solution to camera matrix [numpy]
Oct
29
revised timeit versus timing decorator
+ ipython Martelli
Oct
28
revised timeit versus timing decorator
not Ipython
Oct
28
revised timeit versus timing decorator
expanded, + tests
Oct
27
revised Rolling median algorithm in C
+ s.
Oct
27
answered timeit versus timing decorator
Oct
27
revised Rolling median algorithm in C
minor speedup
Oct
26
answered Rolling median algorithm in C
Oct
24
revised Is there easy way in python to extrapolate data points to the future?
added png
Oct
24
revised Is there easy way in python to extrapolate data points to the future?
+ fitpack complex
Oct
24
accepted Is there easy way in python to extrapolate data points to the future?
Oct
23
answered Is there easy way in python to extrapolate data points to the future?
Oct
23
revised Design an efficient algorithm to sort 5 distinct keys in fewer than 8 comparisons
clarify
Oct
22
answered Design an efficient algorithm to sort 5 distinct keys in fewer than 8 comparisons
Oct
20
answered How do I generate points that match a histogram?
Oct
9
revised Getting the point of a catmull rom spline after a certain distance?
+ demo
Oct
8
revised Getting the point of a catmull rom spline after a certain distance?
link to AGG
Oct
8
revised Getting the point of a catmull rom spline after a certain distance?
misunderstood the question, deleted
Oct
7
answered Getting the point of a catmull rom spline after a certain distance?
Sep
30
asked API to add a tree view to a web document ?
Sep
18
accepted Catmull-Rom splines in python
Sep
11
answered gotchas where Numpy differs from straight python ?
Aug
25
revised What is the best example of Technical Documentation that you have seen? and what was it that made it so effective?
\_\_new; added 12 characters in body
Aug
25
answered What is the best example of Technical Documentation that you have seen? and what was it that made it so effective?
Aug
25
comment gotchas where Numpy differs from straight python ?
Yes, that got me too. A simple table with columns: op, python, numpy would settle that.
Aug
25
awarded  Scholar
Aug
25
revised gotchas where Numpy differs from straight python ?
want half a dozen gotchas
Aug
24
comment gotchas where Numpy differs from straight python ?
Yes ! That was my main question, NaN just one example. Is there one for Numpy ? If not, suggestions / models for one ?
Aug
24
asked gotchas where Numpy differs from straight python ?
Aug
19
comment Catmull-Rom splines in python
spline_4p( t, p_1, p0, p1, p2 ) goes p0 .. p1, then spline_4p( t, p0, p1, p2, p3 ) p1 .. p2, with p_1 and p3 affecting the slopes. Hth ?
Aug
18
answered Catmull-Rom splines in python
Aug
11
comment Python - Best library for drawing
Macports users beware, py-game has dependencies: [port-alldeps](code.activestate.com/recipes/576868) -> py-game* -> python24* libsdl* libsdl_mixer* libsdl_image* libsdl_ttf* smpeg* py-numeric* libsdl* -> xorg-libXext* xorg-libXrandr* xrender perl5* -> perl5.8* ...
Aug
7
answered Delaying array size in class definition in C++?