ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> scipy-dev
scipy-dev
Re: [SciPy-dev] Does it worth the trouble to support non contiguous array in C extensions ?
by Robert Kern other posts by this author
Nov 28 2006 9:46AM messages near this date
[SciPy-dev] Does it worth the trouble to support non contiguous array in C extensions ? | Re: [SciPy-dev] Does it worth the trouble to support non contiguous array in C extensions ?
David Cournapeau wrote:
>      Is there a general policy regarding thoses issues for scipy ? Is it 
>  enough to write simple C extensions expecting contiguous arrays, and 
>  converting input to contiguous layout if necessary ?

That's what I've always done when hand-writing C code. That's essentially what
most f2py wrappers do, too, since FORTRAN-77 will *only* deal with contiguous
arrays.

-- 
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
_______________________________________________
Scipy-dev mailing list
Scipy-dev@[...].org
http://projects.scipy.org/mailman/listinfo/scipy-dev
Thread:
David Cournapeau
Robert Kern
Robert Cimrman

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved