51 const char *name,
const char *opts,
52 int n1,
int n2,
int n3,
int n4 ) {
53 int nl = (int)strlen(name);
54 int ol = (int)strlen(opts);
55 return ilaenv_(&ispec, name, opts, &n1, &n2, &n3, &n4, nl, ol );
58 #define AA_TYPE_DOUBLE
59 #include "clapack_impl.h"
63 #include "clapack_impl.h"
67 #endif // AA_CLAPACK_H
static int aa_cla_ilaenv(int ispec, const char *name, const char *opts, int n1, int n2, int n3, int n4)
ILAENV is called from the LAPACK routines to choose problem-dependent parameters for the local enviro...
AA_API int ilaenv_(const int *ispec, const char *name, const char *opts, const int *n1, const int *n2, const int *n3, const int *n4, int name_length, int opts_length)
ILAENV is called from the LAPACK routines to choose problem-dependent parameters for the local enviro...