On 23 April 2012 07:24, Stefan Behnel wrote:
> mark florisson, 22.04.2012 22:20:
>> On 21 April 2012 20:17, Dimitri Tcaciuc wrote:
>>> Say I want to factor out inner part of
>>> some N^2 loops over a flow array, I write something like
>>>
>>> cdef inline float _inner(size_t i, size_t j, float[:]
mark florisson, 22.04.2012 22:20:
> On 21 April 2012 20:17, Dimitri Tcaciuc wrote:
>> Say I want to factor out inner part of
>> some N^2 loops over a flow array, I write something like
>>
>> cdef inline float _inner(size_t i, size_t j, float[:] x):
>> cdef float d = x[i] - x[j]
>> return s
mark florisson, 22.04.2012 22:21:
> On 22 April 2012 19:14, Dimitri Tcaciuc wrote:
>> On Sat, Apr 21, 2012 at 2:48 PM, Stefan Behnel wrote:
>>> Dimitri Tcaciuc, 21.04.2012 21:17:
On a somewhat relevant node, have you considered enabling Issues page on
Github?
>>>
>>> It was discussed, bu
On Sun, Apr 22, 2012 at 1:20 PM, mark florisson
wrote:
> On 21 April 2012 20:17, Dimitri Tcaciuc wrote:
>> Hey everyone,
>>
>> Congratulations on shipping 0.16! I think I found a problem which
>> seems pretty straight forward. Say I want to factor out inner part of
>> some N^2 loops over a flow a
On 22 April 2012 19:14, Dimitri Tcaciuc wrote:
> On Sat, Apr 21, 2012 at 2:48 PM, Stefan Behnel wrote:
>> Dimitri Tcaciuc, 21.04.2012 21:17:
>>> On a somewhat relevant node, have you considered enabling Issues page on
>>> Github?
>>
>> It was discussed, but the drawback of having two separate bu
On 21 April 2012 20:17, Dimitri Tcaciuc wrote:
> Hey everyone,
>
> Congratulations on shipping 0.16! I think I found a problem which
> seems pretty straight forward. Say I want to factor out inner part of
> some N^2 loops over a flow array, I write something like
>
> cdef inline float _inner(size
On Sat, Apr 21, 2012 at 2:48 PM, Stefan Behnel wrote:
> Dimitri Tcaciuc, 21.04.2012 21:17:
>> On a somewhat relevant node, have you considered enabling Issues page on
>> Github?
>
> It was discussed, but the drawback of having two separate bug trackers is
> non-negligible.
Ok. I was wondering si
Dimitri Tcaciuc, 21.04.2012 21:17:
> On a somewhat relevant node, have you considered enabling Issues page on
> Github?
It was discussed, but the drawback of having two separate bug trackers is
non-negligible.
Stefan
___
cython-devel mailing list
cytho