Alan G Isaac wrote:
> On 6/9/2010 12:49 PM, greg whittier wrote:
>
>> Is there a way to do A*A.T without two
>> copies of A?
>>
>
> Does this do what you want?
> Alan Isaac
>
>
a
> array([[0, 1],
> [2, 3],
> [4, 5],
> [6, 7],
> [8, 9]])
Christopher Barker wrote:
> Pauli Virtanen wrote:
>
>> Tue, 29 Sep 2009 09:53:40 -0700, Christopher Barker wrote:
>> [clip]
>>
>>> How can I identify -0.0?
>>>
>> signbit
>>
>>
>
> perfect for numpy, but at this point I don't have a numpy dependency
> (very unusual for my code!
he implementations that I know of are GPL.
A recent article about this is:
www.iro.umontreal.ca/~lecuyer/myftp/papers/jumpmt.pdf
Xavier Saint-Mleux
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
to choose the
divisor, but what is everybody using in the mean time?
Thanks,
Xavier Saint-Mleux
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion
ke Python's 'float_int'
or 'long_int' functions (see $PYTHON_SRC_DIR/Objects/floatobject.c,
$PYTHON_SRC_DIR/Objects/longobject.c): if it doesn't fit in an int,
return a long. For now (svn), it seems that numpy is always using
PyInt_FromLong after an implici