If anyone’s interested, here are some links to David Gleich’s pages and GenericArpack.jl:
- 2021-04-21: A small project to do a pure port of ARPACK Symmetric solver to Julia - Part 1 - Goals
- 2021-04-22: A small project to do a pure port of ARPACK Symmetric solver to Julia - Part 2 - Overview
- 2021-04-29: A small project to do a pure port of ARPACK Symmetric solver to Julia - Part 3 - First routine
- 2021-05-13: A small project to do a pure port of ARPACK Symmetric solver to Julia - Part 4 - Checking against libarpack
- 2021-05-18: A small project to do a pure port of ARPACK Symmetric solver to Julia - Part 5 - Understanding Ref
- 2021-05-26: A small project to do a pure port of ARPACK Symmetric solver to Julia - Part 6 - Sorting Take 1
-
2021-06-17: Me on learning about
save
variables in Fortran and accessing them from Julia. (Part … something … in my ongoing segment on porting ARPACK to Julia) - 2021-06-24: ARPACK Sorting Take 2 (Part … blah in the ongoing series…)
- 2021-06-28: LAPACK’s random number generators in Julia (part … blah … in work to port ARPACK to Julia.)