Reference-LAPACK / lapack

LAPACK development repository
Other
1.51k stars 441 forks source link

add topics #648

Closed Beliavsky closed 2 years ago

Beliavsky commented 2 years ago

I suggest adding topics such as lapack, linear-algebra in the About section.

Beliavsky commented 2 years ago

The reason to add topics in the About section is so that this repo will appear when someone does a search such as topic:linear-algebra at GitHub.

langou commented 2 years ago

Hi @Beliavsky, that's a good idea, thanks for suggesting. Are you interested in providing a PR?, Cheers, @langou

martin-frbg commented 2 years ago

Can't be done by PR as far as I know - this is done directly in the github project page (see cogwheel in the right margin) about I took the liberty of adding the obvious ones now

Beliavsky commented 2 years ago

Thanks. I suggest also adding the topics linear-equations, eigenvalues, eigenvectors, matrix-factorization.

The documentation says "LAPACK is written in Fortran 90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are also provided, as are related computations such as reordering of the Schur factorizations and estimating condition numbers."

langou commented 2 years ago

thanks @Beliavsky for the suggestion, and thanks @martin-frbg for the how-to.