other versions
| csytrf_rk.f(3) | LAPACK | csytrf_rk.f(3) | 
NAME¶
csytrf_rk.f
SYNOPSIS¶
Functions/Subroutines¶
subroutine csytrf_rk (UPLO, N, A, LDA, E,
    IPIV, WORK, LWORK, INFO)
  
  CSYTRF_RK computes the factorization of a complex symmetric indefinite
    matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method
    (BLAS3 blocked algorithm).
  
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
| Wed May 24 2017 | Version 3.7.0 |