-
Notifications
You must be signed in to change notification settings - Fork 4
linalg
Cory edited this page Jul 6, 2023
·
1 revision
The linalg
module contains linear algebra subroutines and functions, such as LU decomposition, matrix inversion, etc.
Some methods have been developed specifically as part of the supersonic panel method research at USU, such as the QRUP and FQRUP solvers. However, these are applicable beyond just MachLine, and so are included here.
At this point, MachLine is not dependent upon LAPACK or BLAS. This hopefully makes installation easier for most users.