| dasum | |
|---|---|
| daxpy | Syntax ====== (DAXPY n a x incx y incy) Purpose ======= Y <- A*X + Y Argumen... |
| dcabs1 | |
| dcopy | Syntax ====== (DCOPY n x incx y incy) Purpose ======= Y <- X Arguments ===... |
| ddot | Syntax ====== (DDOT n x incx y incy) Purpose ======= DDOT <- X^T Y Double pre... |
| dgeev | -- LAPACK driver routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berke... |
| dgemm | Purpose ======= DGEMM performs one of the matrix-matrix operations C := alph... |
| dgemv | Purpose ======= DGEMV performs one of the matrix-vector operations y := alph... |
| dgeqp3 | SUBROUTINE DGEQP3( M, N, A, LDA, JPVT, TAU, WORK, LWORK, INFO ) -- LAPACK routine (ve... |
| dgeqrf | -- LAPACK routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berkeley, NA... |
| dger | Purpose ======= DGER performs the rank 1 operation A := alpha*x*y' + A, ... |
| dgesv | -- LAPACK driver routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berke... |
| dgesvd | -- LAPACK driver routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berke... |
| dgetrf | -- LAPACK routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berkeley, NA... |
| dgetri | -- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and N... |
| dgetrs | -- LAPACK routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berkeley, NA... |
| dgtsv | -- LAPACK routine (version 3.2) -- -- LAPACK is a software package provided by Univ. of Tennes... |
| dgttrf | -- LAPACK routine (version 3.2) -- -- LAPACK is a software package provided by Univ. of Tennes... |
| dgttrs | -- LAPACK routine (version 3.2) -- -- LAPACK is a software package provided by Univ. of Tennes... |
| dnrm2 | |
| dorgqr | SUBROUTINE DORGQR( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) -- LAPACK routine (versio... |
| dpotrf | SUBROUTINE DPOTRF( UPLO, N, A, LDA, INFO ) -- LAPACK routine (version 3.1) -- Uni... |
| dpotrs | SUBROUTINE DPOTRS( UPLO, N, NRHS, A, LDA, B, LDB, INFO ) -- LAPACK routine (version 3.1) --... |
| drot | |
| dscal | Syntax ====== (DSCAL n a x incx) Purpose ======= X <- A*X Arguments ======... |
| dswap | Syntax ====== (DSWAP n x incx y incy) Purpose ======= Y <-> X Arguments ==... |
| dsymv | Purpose ======= DSYMV performs the matrix-vector operation y := alpha*A*x +... |
| dsyr | Purpose ======= DSYR performs the symmetric rank 1 operation A := alpha*x*x... |
| dsyr2 | Purpose ======= DSYR2 performs the symmetric rank 2 operation A := alpha*x*y... |
| dsyr2k | Purpose ======= DSYR2K performs one of the symmetric rank 2k operations C :=... |
| dsyrk | Purpose ======= DSYRK performs one of the symmetric rank k operations C := a... |
| dtrmm | Purpose ======= DTRMM performs one of the matrix-matrix operations B := alph... |
| dtrmv | Purpose ======= DTRMV performs one of the matrix-vector operations x := A*x,... |
| dtrsm | Purpose ======= DTRSM solves one of the matrix equations op( A )*X = alpha*B... |
| dtrsv | Purpose ======= DTRSV solves one of the systems of equations A*x = b, or ... |
| dzasum | |
| dznrm2 | |
| fortran-dasum | |
| fortran-daxpy | |
| fortran-dcabs1 | |
| fortran-dcopy | |
| fortran-ddot | |
| fortran-dgeev | |
| fortran-dgemm | |
| fortran-dgemv | |
| fortran-dgeqp3 | |
| fortran-dgeqrf | |
| fortran-dger | |
| fortran-dgesv | |
| fortran-dgesvd | |
| fortran-dgetrf | |
| fortran-dgetri | |
| fortran-dgetrs | |
| fortran-dgtsv | |
| fortran-dgttrf | |
| fortran-dgttrs | |
| fortran-dnrm2 | |
| fortran-dorgqr | |
| fortran-dpotrf | |
| fortran-dpotrs | |
| fortran-drot | |
| fortran-dscal | |
| fortran-dswap | |
| fortran-dsymv | |
| fortran-dsyr | |
| fortran-dsyr2 | |
| fortran-dsyr2k | |
| fortran-dsyrk | |
| fortran-dtrmm | |
| fortran-dtrmv | |
| fortran-dtrsm | |
| fortran-dtrsv | |
| fortran-dzasum | |
| fortran-dznrm2 | |
| fortran-idamax | |
| fortran-izamax | |
| fortran-zaxpy | |
| fortran-zcopy | |
| fortran-zdotc | |
| fortran-zdotu | |
| fortran-zdscal | |
| fortran-zgeev | |
| fortran-zgemm | |
| fortran-zgemv | |
| fortran-zgeqp3 | |
| fortran-zgeqrf | |
| fortran-zgerc | |
| fortran-zgeru | |
| fortran-zgesv | |
| fortran-zgesvd | |
| fortran-zgetrf | |
| fortran-zgetri | |
| fortran-zgetrs | |
| fortran-zhemv | |
| fortran-zher2 | |
| fortran-zher2k | |
| fortran-zherk | |
| fortran-zpotrf | |
| fortran-zpotrs | |
| fortran-zscal | |
| fortran-zswap | |
| fortran-ztrmm | |
| fortran-ztrmv | |
| fortran-ztrsm | |
| fortran-ztrsv | |
| fortran-zungqr | |
| idamax | |
| izamax | |
| zaxpy | Syntax ====== (ZAXPY n a x incx y incy) Purpose ======= Y <- A*X + Y Argumen... |
| zcopy | Syntax ====== (ZCOPY n x incx y incy) Purpose ======= Y <- X Arguments ===... |
| zdotc | Syntax ====== (ZDOTC n x incx y incy) Purpose ======= ZDOTC <- X^H Y Complex ... |
| zdotu | Syntax ====== (ZDOTU n x incx y incy) Purpose ======= ZDOTU <- X^T Y Complex ... |
| zdscal | Syntax ====== (ZDSCAL n a x incx) Purpose ======= X <- A*X Arguments =====... |
| zgeev | -- LAPACK driver routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berke... |
| zgemm | Purpose ======= ZGEMM performs one of the matrix-matrix operations C := alph... |
| zgemv | Purpose ======= ZGEMV performs one of the matrix-vector operations y := alph... |
| zgeqp3 | SUBROUTINE ZGEQP3( M, N, A, LDA, JPVT, TAU, WORK, LWORK, RWORK, $ I... |
| zgeqrf | -- LAPACK routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berkeley, NA... |
| zgerc | Purpose ======= ZGERC performs the rank 1 operation A := alpha*x*conjg( y' )... |
| zgeru | Purpose ======= ZGERU performs the rank 1 operation A := alpha*x*y' + A, ... |
| zgesv | -- LAPACK driver routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berke... |
| zgesvd | -- LAPACK driver routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berke... |
| zgetrf | -- LAPACK routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berkeley, NA... |
| zgetri | -- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG... |
| zgetrs | -- LAPACK routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berkeley, NA... |
| zhemv | Purpose ======= ZHEMV performs the matrix-vector operation y := alpha*A*x +... |
| zher2 | Purpose ======= ZHER2 performs the hermitian rank 2 operation A := alpha*x*c... |
| zher2k | Purpose ======= ZHER2K performs one of the hermitian rank 2k operations C :=... |
| zherk | Purpose ======= ZHERK performs one of the hermitian rank k operations C := a... |
| zpotrf | SUBROUTINE ZPOTRF( UPLO, N, A, LDA, INFO ) -- LAPACK routine (version 3.1) -- Uni... |
| zpotrs | SUBROUTINE ZPOTRS( UPLO, N, NRHS, A, LDA, B, LDB, INFO ) -- LAPACK routine (version 3.... |
| zscal | Syntax ====== (ZSCAL n a x incx) Purpose ======= X <- A*X Arguments ======... |
| zswap | Syntax ====== (ZSWAP n x incx y incy) Purpose ======= Y <-> X Arguments ==... |
| ztrmm | Purpose ======= ZTRMM performs one of the matrix-matrix operations B := alph... |
| ztrmv | Purpose ======= ZTRMV performs one of the matrix-vector operations x := A*x,... |
| ztrsm | Purpose ======= ZTRSM solves one of the matrix equations op( A )*X = alpha*B... |
| ztrsv | Purpose ======= ZTRSV solves one of the systems of equations A*x = b, or ... |
| zungqr | -- LAPACK routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berkeley, NA... |