LinearAlgebra vs LinAlg.py (access to full LAPACK routines)
Jason Taylor
jason00taylor at hotmail.com
Wed Apr 16 18:21:45 EDT 2003
More information about the Python-list mailing list
Wed Apr 16 18:21:45 EDT 2003
- Previous message (by thread): LinearAlgebra vs LinAlg.py (access to full LAPACK routines)
- Next message (by thread): MySQL CGI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In the documentation for the LinearAlgebra package it states:
# This module is a lite version of LinAlg.py module which contains
# high-level Python interface to the LAPACK library. The lite
versioho
# only accesses the following LAPACK functions: dgesv, zgesv,
dgeev,
# zgeev, dgesdd, zgesdd, dgelsd, zgelsd, dsyevd, zheevd, dgetrf,
dpotrf.
Does LinAlg.py exist? If so, where can it be found?
The reason I want it, is so that I can have access to all LAPACK
routines (If it provides that).
- Previous message (by thread): LinearAlgebra vs LinAlg.py (access to full LAPACK routines)
- Next message (by thread): MySQL CGI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list