Module CSYTRF.C in CLAPACKComputes the factorization of a real symmetric/complex symmetric/complex Hermitian-indefinite matrix, using the diagonal pivoting method. (Computational routine.). [C version of LAPACK routine, converted from Fortran by f2c.].
int csytrf_(char *uplo, integer *n, complex *a, integer *lda, integer *ipiv, co mplex *work, integer *lwork, integer *info)| D2c1 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (general complex non-Hermitian matrices) |