Small class to contain local utilities.
More...
#include <Tensor.h>
|
| static void | local_xsyevr (const char *jobz, const char *range, const char *uplo, int *n, double *a, int *lda, double *vl, double *vu, int *il, int *iu, double *abstol, int *m, double *w, double *z__, int *ldz, int *isuppz, double *work, int *lwork, int *iwork, int *liwork, int *info) |
| |
| static void | local_xsyevr (const char *jobz, const char *range, const char *uplo, int *n, float *a, int *lda, float *vl, float *vu, int *il, int *iu, float *abstol, int *m, float *w, float *z__, int *ldz, int *isuppz, float *work, int *lwork, int *iwork, int *liwork, int *info) |
| |
Small class to contain local utilities.
Should not be used outside of the TensorGeneric class.
◆ local_xsyevr() [1/2]
| void PLMD::TensorGenericAux::local_xsyevr |
( |
const char * | jobz, |
|
|
const char * | range, |
|
|
const char * | uplo, |
|
|
int * | n, |
|
|
double * | a, |
|
|
int * | lda, |
|
|
double * | vl, |
|
|
double * | vu, |
|
|
int * | il, |
|
|
int * | iu, |
|
|
double * | abstol, |
|
|
int * | m, |
|
|
double * | w, |
|
|
double * | z__, |
|
|
int * | ldz, |
|
|
int * | isuppz, |
|
|
double * | work, |
|
|
int * | lwork, |
|
|
int * | iwork, |
|
|
int * | liwork, |
|
|
int * | info ) |
|
static |
◆ local_xsyevr() [2/2]
| void PLMD::TensorGenericAux::local_xsyevr |
( |
const char * | jobz, |
|
|
const char * | range, |
|
|
const char * | uplo, |
|
|
int * | n, |
|
|
float * | a, |
|
|
int * | lda, |
|
|
float * | vl, |
|
|
float * | vu, |
|
|
int * | il, |
|
|
int * | iu, |
|
|
float * | abstol, |
|
|
int * | m, |
|
|
float * | w, |
|
|
float * | z__, |
|
|
int * | ldz, |
|
|
int * | isuppz, |
|
|
float * | work, |
|
|
int * | lwork, |
|
|
int * | iwork, |
|
|
int * | liwork, |
|
|
int * | info ) |
|
static |
The documentation for this struct was generated from the following files: