Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #3966

Re: Vectors

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'underlying': 0.09; 'looked': 0.10; 'pm,': 0.11; '>>>': 0.12; 'am,': 0.14; 'wrote:': 0.14; 'compile,': 0.16; 'compilers': 0.16; 'enigma': 0.16; 'installed,': 0.16; 'kern': 0.16; 'module?': 0.16; 'numpy': 0.16; 'received:austin.res.rr.com': 0.16; 'libraries': 0.16; 'compile': 0.19; 'interpret': 0.19; 'modules': 0.20; 'header:In-Reply-To:1': 0.22; 'badly': 0.22; 'properly': 0.25; 'thanks': 0.29; 'seem': 0.30; 'received:res.rr.com': 0.31; 'does': 0.31; 'to:addr:python- list': 0.32; 'source': 0.32; 'headers': 0.33; '(for': 0.33; 'reference': 0.34; 'header:X-Complaints-To:1': 0.34; 'received:70': 0.34; 'there': 0.35; 'received:rr.com': 0.35; 'header:User-Agent:1': 0.35; 'case': 0.37; 'addition,': 0.37; '20,': 0.38; 'apr': 0.38; 'but': 0.38; 'pretty': 0.38; 'received:org': 0.38; 'though': 0.38; 'machines': 0.39; 'to:addr:python.org': 0.39; 'could': 0.39; 'header:Mime- Version:1': 0.39; 'attempt': 0.40; "it's": 0.40; 'header:Received:5': 0.40; 'simple': 0.60; 'men': 0.60; 'give': 0.61; '2011': 0.62; 'our': 0.63; 'world': 0.65; 'believe': 0.66; 'algebra': 0.84; 'eco': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Robert Kern <robert.kern@gmail.com>
Subject Re: Vectors
Date Sun, 24 Apr 2011 18:49:36 -0500
Organization The Church of Last Thursday
References <mailman.625.1303285644.9059.python-list@python.org> <bea7e814-c208-4268-8ef6-e019be552dab@bl1g2000vbb.googlegroups.com> <201104231032.36437.akabaila@pcug.org.au>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host cpe-70-113-40-77.austin.res.rr.com
User-Agent Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9
In-Reply-To <201104231032.36437.akabaila@pcug.org.au>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.808.1303688996.9059.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 82.94.164.166
X-Trace 1303688996 news.xs4all.nl 32470 [::ffff:82.94.164.166]:36698
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:3966

Show key headers only | View raw


On 4/22/11 7:32 PM, Algis Kabaila wrote:
> On Saturday 23 April 2011 06:57:23 sturlamolden wrote:
>> On Apr 20, 9:47 am, Algis Kabaila<akaba...@pcug.org.au>
> wrote:
>>> Are there any modules for vector algebra (three dimensional
>>> vectors, vector addition, subtraction, multiplication
>>> [scalar and vector]. Could you give me a reference to such
>>> module?
>>
>> NumPy
>>
>> Or one of these libraries (ctypes or Cython):
>>
>> BLAS (Intel MKL, ACML, ACML-GPU, GotoBLAS2, or ATLAS)
>> Intel VML
>> ACML-VM
>
> Thanks for that.  Last time I looked at numpy (for Python3) it
> was available in source only.  I know, real men do compile, but
> I am an old man...  I will compile if it is unavoidable, but in
> case of numpy it does not seem  a simple matter. Am I badly
> mistaken?

On UNIX machines with compilers and headers properly installed, it's really 
pretty straightforward.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Vectors Algis Kabaila <akabaila@pcug.org.au> - 2011-04-20 17:47 +1000
  Re: Vectors Anssi Saari <as@sci.fi> - 2011-04-20 11:07 +0300
    RE: Vectors Andreas Tawn <andreas.tawn@ubisoft.com> - 2011-04-20 15:43 +0200
      Re: Vectors RJB <rbotting@csusb.edu> - 2011-04-20 08:34 -0700
        RE: Vectors Andreas Tawn <andreas.tawn@ubisoft.com> - 2011-04-20 17:49 +0200
        Re: Vectors Algis Kabaila <akabaila@pcug.org.au> - 2011-04-21 17:25 +1000
          Re: Vectors Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-04-22 13:43 +1200
            Re: Vectors Algis Kabaila <akabaila@pcug.org.au> - 2011-04-22 20:58 +1000
      Re: Vectors Anssi Saari <as@sci.fi> - 2011-04-21 17:07 +0300
      Re: Vectors Jonathan Hartley <tartley@tartley.com> - 2011-04-25 03:49 -0700
        Re: Vectors Algis Kabaila <akabaila@pcug.org.au> - 2011-04-26 21:26 +1000
  Re: Vectors sturlamolden <sturlamolden@yahoo.no> - 2011-04-22 13:57 -0700
    Re: Vectors Algis Kabaila <akabaila@pcug.org.au> - 2011-04-23 10:32 +1000
      Re: Vectors sturlamolden <sturlamolden@yahoo.no> - 2011-04-22 21:13 -0700
        Re: Vectors Algis Kabaila <akabaila@pcug.org.au> - 2011-04-23 22:26 +1000
          Re: Vectors sturlamolden <sturlamolden@yahoo.no> - 2011-04-23 07:02 -0700
    Re: Vectors Robert Kern <robert.kern@gmail.com> - 2011-04-24 18:49 -0500
      Re: Vectors rusi <rustompmody@gmail.com> - 2011-04-24 19:59 -0700
        Re: Vectors Algis Kabaila <akabaila@pcug.org.au> - 2011-04-25 17:05 +1000

csiph-web