Skip to content

Commit 197461a

Browse files
authored
Update projects.md
1 parent 1b99b3e commit 197461a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,11 @@ complete pivoting: [paper link](https://people.maths.ox.ac.uk/trefethen/publicat
6666
suggest (with a clear caveat) that the growth is n^(2/3) and n^(1/2). Some years later I histogrammed some values of n maybe
6767
1000, 2000, and 4000 (I'd have to dig it up -- buried in my files), and perhaps I histogrammed g/n^(1/2) or g/n^(2/3) and found
6868
one lined up nice and the other did not. See what you can find.
69+
70+
### Generic LAPACK
71+
72+
Over the years people have said that an LAPACK rewritten in Julia could have more interesting properties, and also have a smaller codebase
73+
if done carefully. Find something in [Generic Linear Algebra.jl](https://github.com/JuliaLinearAlgebra/GenericLinearAlgebra.jl) that
74+
is not there currently and add to it, and check that it runs at least as fast as original LAPACK, but perhaps works on quaternions, or funny
75+
number fields, or matrices of matrices etc., and that you can run autodiff on these constructs.
76+

0 commit comments

Comments
 (0)