import numpy as np
#from accumulator import stat2nd_double
## Just to make this really clear, I'm making a dummy
## class here that overloads +=
class stat2nd_double (object):
def __iadd__ (self, x):
Use site.cfg.example as template to create a new site.cfg. For openblas,
uncomment:
[openblas]
library_dirs = /opt/OpenBLAS/lib
include_dirs = /opt/OpenBLAS/include
Also, uncomment default section:
[DEFAULT]
library_dirs = /usr/local/lib
include_dirs = /usr/local/include
That should do it - h
Use site.cfg.example as template to create a new site.cfg. For openblas,
uncomment:
[openblas]
library_dirs = /opt/OpenBLAS/lib
include_dirs = /opt/OpenBLAS/include
Also, uncomment default section:
[DEFAULT]
library_dirs = /usr/local/lib
include_dirs = /usr/local/include
That should do it - h
On Thu, Oct 31, 2013 at 4:19 PM, Geoffrey Irving wrote:
>
> On Thu, Oct 31, 2013 at 2:08 AM, Robert Kern
wrote:
> > On Thu, Oct 31, 2013 at 12:52 AM, Geoffrey Irving
wrote:
> >>
> >> Is there a standard way in numpy of getting a char with C-native
> >> integer signedness? I.e.,
> >>
> >> bo
On Thu, Oct 31, 2013 at 2:08 AM, Robert Kern wrote:
> On Thu, Oct 31, 2013 at 12:52 AM, Geoffrey Irving wrote:
>>
>> Is there a standard way in numpy of getting a char with C-native
>> integer signedness? I.e.,
>>
>> boost::is_signed::value ? numpy.byte : numpy.ubyte
>>
>> but without nonsen
On Mon, Oct 28, 2013 at 6:25 AM, Pierre Haessig wrote:
> > a.base
>
> In this document, it is mentionned several time that slicing yields
> "views of the original data", but the .base attribute is not mentionned.
> Should it be or is it out-of-scope of the Indexing guide ?
>
Indeed, that is no
On Thu, Oct 31, 2013 at 7:13 AM, Neal Becker wrote:
> Charles R Harris wrote:
>
> > On Thu, Oct 31, 2013 at 6:58 AM, Neal Becker
> wrote:
> >
> >> Thanks for the release!
> >>
> >> I am having a hard time finding the build instructions. Could you
> please
> >> add
> >> this to the announcement?
Charles R Harris wrote:
> On Thu, Oct 31, 2013 at 6:58 AM, Neal Becker wrote:
>
>> Thanks for the release!
>>
>> I am having a hard time finding the build instructions. Could you please
>> add
>> this to the announcement?
>>
>
> What sort of build instructions are you looking for?
>
> Chuck
On Thu, Oct 31, 2013 at 6:58 AM, Neal Becker wrote:
> Thanks for the release!
>
> I am having a hard time finding the build instructions. Could you please
> add
> this to the announcement?
>
What sort of build instructions are you looking for?
Chuck
Thanks for the release!
I am having a hard time finding the build instructions. Could you please add
this to the announcement?
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
On Thu, Oct 31, 2013 at 12:52 AM, Geoffrey Irving wrote:
>
> Is there a standard way in numpy of getting a char with C-native
> integer signedness? I.e.,
>
> boost::is_signed::value ? numpy.byte : numpy.ubyte
>
> but without nonsensical mixing of languages?
This is for interop with a C/C++ e
11 matches
Mail list logo