tberlok / psecas

A framework for solving numerical eigenvalue problems using pseudo-spectral methods.
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Optimize implementation of Chebyshev grids #12

Closed tberlok closed 6 years ago

tberlok commented 6 years ago

We currently have some very old code with for loops. It would be good to write this as a matrix operation.

Alternatively we could consider using dmsuite which is probably better, in any case.