LinearAlgebra vs LinAlg.py (access to full LAPACK routines)
Jason Taylor
jason00taylor at hotmail.com
Wed Apr 16 18:21:45 EDT 2003
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).
More information about the Python-list
mailing list