LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
CGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver) More...
Functions/Subroutines | |
subroutine | cgesv (n, nrhs, a, lda, ipiv, b, ldb, info) |
Download CGESV + dependencies
[TGZ]
[ZIP]
[TXT]
| |
subroutine | dgesv (n, nrhs, a, lda, ipiv, b, ldb, info) |
Download DGESV + dependencies
[TGZ]
[ZIP]
[TXT]
| |
subroutine | sgesv (n, nrhs, a, lda, ipiv, b, ldb, info) |
Download SGESV + dependencies
[TGZ]
[ZIP]
[TXT]
| |
subroutine | zgesv (n, nrhs, a, lda, ipiv, b, ldb, info) |
Download ZGESV + dependencies
[TGZ]
[ZIP]
[TXT]
| |
CGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver)
ZGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver)
SGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver)
DGESV computes the solution to system of linear equations A * X = B for GE matrices