![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | claesy (a, b, c, rt1, rt2, evscal, cs1, sn1) |
CLAESY computes the eigenvalues and eigenvectors of a 2-by-2 complex symmetric matrix. | |
real function | clansy (norm, uplo, n, a, lda, work) |
CLANSY returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix. | |
subroutine | claqsy (uplo, n, a, lda, s, scond, amax, equed) |
CLAQSY scales a symmetric/Hermitian matrix, using scaling factors computed by spoequ. | |
subroutine | csymv (uplo, n, alpha, a, lda, x, incx, beta, y, incy) |
CSYMV computes a matrix-vector product for a complex symmetric matrix. | |
subroutine | csyr (uplo, n, alpha, x, incx, a, lda) |
CSYR performs the symmetric rank-1 update of a complex symmetric matrix. | |
subroutine | csyswapr (uplo, n, a, lda, i1, i2) |
CSYSWAPR | |
subroutine | ctgsy2 (trans, ijob, m, n, a, lda, b, ldb, c, ldc, d, ldd, e, lde, f, ldf, scale, rdsum, rdscal, info) |
CTGSY2 solves the generalized Sylvester equation (unblocked algorithm). | |
This is the group of complex auxiliary functions for SY matrices