Skip to content

lederman/Prol_1D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Prol 1D

Prolate Spheroidal Wave Functions (PSWF)

In development.

For the high dimensional version, see Prol

Matlab version. This implementation does not scale well at this point due to inefficient use of Matlab's eigendecomposition, which will be replaced in future versions:

  • Matlab's eig takes full matrices (although it exploits the tridiagonal structure internally).
  • Matlab truncates certain small elements of the eigenvectors. Matlab is accurate - this truncation is well within the specs of eigendecomposition, in the sense that the vectors are accurate in l^2 norm, but alternative algorithms can retain these elements, which are very useful in prolate numerical algorithms. Currently, we bypass this problem using a slow inverse power method.
  • There are ways to exploit analytical results to make the eigendecomposition faster.

A more detailed discussion appears in the documentation of our "Prol" project. Although this is a preliminary example, if you experiment with this code and encounter scalibility issues either in run time or accuracy of small eigenvalues, please contact us for the scalable version.

About

Prolate Spheroidal Wave Function (PSWF) (in development)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages