PyUblasExt

Submitted by inducer on Sat, 05/04/2008 - 15:29

PyUblasExt is a companion to PyUblas that exposes a variety of useful additions to PyUblas:

  • A cross-language “operator” class for building matrix-free algorithms
  • CG and BiCGSTAB linear solvers that use this operator class
  • An ARPACK interface that also uses this operator class
  • An UMFPACK interface for PyUblas’s sparse matrices
  • An interface to the DASKR ODE solver.

Documentation

Proper documentation is currently under construction, for now refer to test/test.py in the source tree for examples of how to use each bit of functionality.

Download

PyUblasExt may be downloaded from its Python Package Index page or obtained directly from my source code repository by typing

git clone http://git.tiker.net/trees/pyublasext.git

You may also browse the source.

Post new comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>.
  • You can use Markdown syntax to format and style the text. Also see and Markdown Extra for tables, footnotes, and more.

More information about formatting options