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


Groups > comp.lang.python > #3899

Re: Vectors

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <akabaila@pcug.org.au>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.075
X-Spam-Evidence '*H*': 0.85; '*S*': 0.00; 'received:localnet': 0.07; 'looked': 0.10; 'am,': 0.14; 'wrote:': 0.14; 'compile,': 0.16; 'module?': 0.16; 'numpy': 0.16; 'libraries': 0.16; 'compile': 0.19; 'modules': 0.20; 'cc:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'badly': 0.22; 'thanks': 0.29; 'seem': 0.30; 'does': 0.31; 'to:addr:python-list': 0.32; 'another': 0.32; 'source': 0.32; 'relatively': 0.33; '(for': 0.33; 'reference': 0.34; 'there': 0.35; 'header:User-Agent:1': 0.35; 'too': 0.36; 'received:au': 0.36; 'case': 0.37; 'addition,': 0.37; '20,': 0.38; 'apr': 0.38; 'but': 0.38; 'url:org': 0.38; 'though': 0.38; 'url:au': 0.39; 'to:addr:python.org': 0.39; 'could': 0.39; 'issues': 0.39; 'available,': 0.60; 'simple': 0.60; 'men': 0.60; 'give': 0.61; 'header:Message-Id:1': 0.62; '2011': 0.62; 'lost': 0.71; 'algebra': 0.84; 'readily': 0.93
From Algis Kabaila <akabaila@pcug.org.au>
Organization PCUG - Users Helping Users
To python-list@python.org
Subject Re: Vectors
Date Sat, 23 Apr 2011 10:32:36 +1000
User-Agent KMail/1.13.5 (Linux/2.6.35-25-generic-pae; KDE/4.5.1; i686; ; )
References <mailman.625.1303285644.9059.python-list@python.org> <bea7e814-c208-4268-8ef6-e019be552dab@bl1g2000vbb.googlegroups.com>
In-Reply-To <bea7e814-c208-4268-8ef6-e019be552dab@bl1g2000vbb.googlegroups.com>
MIME-Version 1.0
Content-Type Text/Plain; charset="iso-8859-1"
Content-Transfer-Encoding 7bit
Cc sturlamolden <sturlamolden@yahoo.no>
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.769.1303518759.9059.python-list@python.org> (permalink)
Lines 30
NNTP-Posting-Host 82.94.164.166
X-Trace 1303518759 news.xs4all.nl 41114 [::ffff:82.94.164.166]:39955
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:3899

Show key headers only | View raw


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?

euclid has another attraction - the source is readily available, 
not too burdened by backward compatibility issues and relatively 
easy to follow, though I "managed" to get lost in it   :)

OldAl.
-- 
Algis
http://akabaila.pcug.org.au/StructuralAnalysis.pdf

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