drife wrote:
> Could you clarify this please?
>
> Let's say that I want to make a call to the LAPACK
> routine sspevd, and pass it a matrix, and get the result. How do I
> accomplish this?
I just had a quick look, and it seems that sspevd is NOT one of the already
wrapped LAPACK functions. Try
Could you clarify this please?
Let's say that I want to make a call to the LAPACK
routine sspevd, and pass it a matrix, and get the result. How do I
accomplish this?
Thanks,
Daran
--
http://mail.python.org/mailman/listinfo/python-list
Hi John,
When I built Numeric with ATLAS and LAPACK, the eigenvalue
calculation took the same amount of time.
Per your suggestion, I will capture the output of the build and post
it to the Numpy discussion group.
Thanks,
Daran
--
http://mail.python.org/mailman/listinfo/python-list
drife wrote:
> Thanks John. Those are the steps I followed, and to no avail.
>
> Interestingly, I downloaded and installed SciPy, and ran the
> same eigenvector problem. SciPy greatly speeds up the
> calculation...was 1.5 hours using Numeric, now only 15 min
> with SciPy.
>
> Unfortunately, SciP
> "drife" == drife <[EMAIL PROTECTED]> writes:
drife> Thanks John. Those are the steps I followed, and to no
drife> avail.
Make sure you get a clean build by rm -rf ing the build dir before you
build again. Then capture the output of your build to a file. When
you say "to no avai
Thanks John. Those are the steps I followed, and to no avail.
Interestingly, I downloaded and installed SciPy, and ran the
same eigenvector problem. SciPy greatly speeds up the
calculation...was 1.5 hours using Numeric, now only 15 min
with SciPy.
Unfortunately, SciPy only solves ordinary and gen
> "drife" == drife <[EMAIL PROTECTED]> writes:
drife> Hello, Could someone please provide instructions for
drife> install Numeric with ATLAS and LAPACK?
Locate libcblas.a and add that dir to the setup.py library_dirs_list.
Eg on my system, /usr/local/lib/ATLAS/lib/Linux_P4SSE2_2/libc
drife wrote:
> Hello,
>
> Could someone please provide instructions for install Numeric
> with ATLAS and LAPACK?
>
> I've actually done this correctly, I think. But I don't see any
> difference in the speed.
>
> I'm calculating eigenvalues for a 3600 X 3600 covariance matrix.
>
> Calculating t
> Could someone please provide instructions for install Numeric
> with ATLAS and LAPACK?
No idea - but telling us what os and versions of python and numeric you use
might make others comment on that.
--
Regards,
Diez B. Roggisch
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
Could someone please provide instructions for install Numeric
with ATLAS and LAPACK?
I've actually done this correctly, I think. But I don't see any
difference in the speed.
I'm calculating eigenvalues for a 3600 X 3600 covariance matrix.
Calculating the eigenvalues for this matrix requi
10 matches
Mail list logo