ABLEpack Simple Users' Guide




Introduction

ABLEpack is a MATLAB package which implements an adaptive block Lanczos algorithm for approximately solving non-Hermitian eigenvalue problems, both standard and generalized.

The pable routine is the core routine of ABLEpack, but this short tutorial will focus on the ppp routine, so named because it performs pre-processing, calls pable, then does post-processing. Expert users should consult the code documentation for pable to call it directly.


Getting Started

First, make sure your MATLAB path included ABLEpack, then take a look at some of ABLEpack's capabilities by running the demos.


Using ABLEpack

ABLEpack can be used in several ways. This section explains a simple way to use ABLEpack, by calling the convenient ppp routine.


Examples

These short code examples demonstrate how to use the ppp routine of ABLEpack. Further examples can be found on the application examples page.

top of page
back to main page

This page was last modified on Aug 15, 2000.
Send questions to jankunm@turing.cs.ucdavis.edu.