|
NAMElapacke_zhfrk_work.cSYNOPSIS#include 'lapacke_utils.h' Functionslapack_int LAPACKE_zhfrk_work (int matrix_layout, char transr, char uplo, char trans, lapack_int n, lapack_int k, double alpha, const lapack_complex_double *a, lapack_int lda, double beta, lapack_complex_double *c) Function Documentationlapack_int LAPACKE_zhfrk_work (int matrix_layout, char transr, char uplo, char trans, lapack_int n, lapack_int k, double alpha, const lapack_complex_double * a, lapack_int lda, double beta, lapack_complex_double * c)Definition at line 35 of file lapacke_zhfrk_work.c.AuthorGenerated automatically by Doxygen for LAPACK from the source code.
Visit the GSP FreeBSD Man Page Interface. |