LAPACK
Applies to: fortran, python, general
LAPACK provides numerical linear algebra routines for solving systems, eigenvalue problems, and matrix factorizations.
! dgesv solves A*x = b
See also: blas, linear-system, eigenvalue
Applies to: fortran, python, general
LAPACK provides numerical linear algebra routines for solving systems, eigenvalue problems, and matrix factorizations.
! dgesv solves A*x = b
See also: blas, linear-system, eigenvalue