[Numpy-discussion] c++ code

2009-12-10 Thread Neal Becker
Here is my c++ code if you want to play with it. You'll need to find constrained_value for boost (or I can provide it as a patch if you request). As for semantics, different people actually want/expect different behavior. I chose the 'pythonic' approach. If you do fpa @ fpb, where fpa,b are f

Re: [Numpy-discussion] C code coverage tool

2009-10-27 Thread Michael Droettboom
On 10/27/2009 05:11 AM, Pauli Virtanen wrote: > Mon, 26 Oct 2009 14:26:20 -0400, Michael Droettboom wrote: > >> I know David Cournapeau has done some work on using gcov for coverage >> with Numpy. >> >> Unaware of this, (doh! -- I should have Googled first), I wrote a small >> C code-coverage t

Re: [Numpy-discussion] C code coverage tool

2009-10-27 Thread Pauli Virtanen
Mon, 26 Oct 2009 14:26:20 -0400, Michael Droettboom wrote: > I know David Cournapeau has done some work on using gcov for coverage > with Numpy. > > Unaware of this, (doh! -- I should have Googled first), I wrote a small > C code-coverage tool built on top of valgrind's callgrind tool, so it > bas

[Numpy-discussion] C code coverage tool

2009-10-26 Thread Michael Droettboom
I know David Cournapeau has done some work on using gcov for coverage with Numpy. Unaware of this, (doh! -- I should have Googled first), I wrote a small C code-coverage tool built on top of valgrind's callgrind tool, so it basically only works on x86/AMD64 unixy platforms, but unlike gcov it