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) |
Small class to contain local utilities.
Should not be used outside of the TensorGeneric class.
|
static |
Hosted by GitHub | 1.8.14 |