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

Go to the source code of this file.

Functions

lapack_int LAPACKE_dsptrd (int matrix_layout, char uplo, lapack_int n, double *ap, double *d, double *e, double *tau)
 
LAPACKE_xerbla
void LAPACKE_xerbla(const char *name, lapack_int info)
Definition: lapacke_xerbla.c:36
LAPACKE_dsptrd_work
lapack_int LAPACKE_dsptrd_work(int matrix_layout, char uplo, lapack_int n, double *ap, double *d, double *e, double *tau)
Definition: lapacke_dsptrd_work.c:35
LAPACKE_get_nancheck
int LAPACKE_get_nancheck()
Definition: lapacke_nancheck.c:42
LAPACK_ROW_MAJOR
#define LAPACK_ROW_MAJOR
Definition: lapacke.h:53
LAPACK_COL_MAJOR
#define LAPACK_COL_MAJOR
Definition: lapacke.h:54
LAPACKE_dsp_nancheck
lapack_logical LAPACKE_dsp_nancheck(lapack_int n, const double *ap)
Definition: lapacke_dsp_nancheck.c:39