LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cla_heamv (uplo, n, alpha, a, lda, x, incx, beta, y, incy) |
CLA_HEAMV computes a matrix-vector product using a Hermitian indefinite matrix to calculate error bounds. | |
subroutine | cla_syamv (uplo, n, alpha, a, lda, x, incx, beta, y, incy) |
CLA_SYAMV computes a matrix-vector product using a symmetric indefinite matrix to calculate error bounds. | |
subroutine | dla_syamv (uplo, n, alpha, a, lda, x, incx, beta, y, incy) |
DLA_SYAMV computes a matrix-vector product using a symmetric indefinite matrix to calculate error bounds. | |
subroutine | sla_syamv (uplo, n, alpha, a, lda, x, incx, beta, y, incy) |
SLA_SYAMV computes a matrix-vector product using a symmetric indefinite matrix to calculate error bounds. | |
subroutine | zla_heamv (uplo, n, alpha, a, lda, x, incx, beta, y, incy) |
ZLA_HEAMV computes a matrix-vector product using a Hermitian indefinite matrix to calculate error bounds. | |
subroutine | zla_syamv (uplo, n, alpha, a, lda, x, incx, beta, y, incy) |
ZLA_SYAMV computes a matrix-vector product using a symmetric indefinite matrix to calculate error bounds. | |