Hi Charles,
Is it intentional that chebpow/legpow/polypow are not in __all__? That
is breaking crosslinks in the docs and it looks to me like it's just
an oversight.
Cheers,
Ralf
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.s
I think that this ticket can benefit from some discussion on the list. The
problem is as follows.
In [2]: np.dtype('i1, i4, i1', align=True)
Out[2]: dtype([('f0', '|i1'), ('', '|V3'), ('f1', ' in ()
ValueError: two fields with the same name
Note that the second field in the dtype is inserted for
On Wed, Mar 2, 2011 at 16:25, Alex Ter-Sarkissov wrote:
> hi, the question is probably very silly, but can't get my head around it
>
> Say I have an NxM numerical array. What I want is to obtain the row and
> column number of the smallest value(kinda like find command in Matlab). I
> use something
On Wed, Mar 2, 2011 at 5:25 PM, Alex Ter-Sarkissov wrote:
> hi, the question is probably very silly, but can't get my head around it
>
> Say I have an NxM numerical array. What I want is to obtain the row and
> column number of the smallest value(kinda like find command in Matlab). I
> use somethi
hi, the question is probably very silly, but can't get my head around it
Say I have an NxM numerical array. What I want is to obtain the row and
column number of the smallest value(kinda like find command in Matlab). I
use something like where(min(array_name)), but keep getting the error
message.
On Mon, Feb 28, 2011 at 11:45 AM, Bruce Southey wrote:
> On 02/28/2011 09:47 AM, Benjamin Root wrote:
>
> On Mon, Feb 28, 2011 at 9:25 AM, Bruce Southey wrote:
>
>> On 02/28/2011 09:02 AM, Benjamin Root wrote:
>> [snip]
>> >
>> >
>> > So, is there still no hope in addressing this old bug report