LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
lapacke_cptcon_work.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_cptcon_work.c:

Go to the source code of this file.

Functions

lapack_int LAPACKE_cptcon_work (lapack_int n, const float *d, const lapack_complex_float *e, float anorm, float *rcond, float *work)
 
lapack_int
#define lapack_int
Definition: lapack.h:21
LAPACK_cptcon
void LAPACK_cptcon(lapack_int const *n, float const *D, lapack_complex_float const *E, float const *anorm, float *rcond, float *rwork, lapack_int *info)