Static Public Member Functions | List of all members
PLMD::TensorGenericAux Class Reference

Small class to contain local utilities. More...

#include <Tensor.h>

Static Public Member Functions

static void local_dsyevr (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)
 

Detailed Description

Small class to contain local utilities.

Should not be used outside of the TensorGeneric class.

Member Function Documentation

◆ local_dsyevr()

void PLMD::TensorGenericAux::local_dsyevr ( 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

The documentation for this class was generated from the following files: