dune-common  2.3.0
Namespaces | Macros | Functions
fmatrixev.cc File Reference

Namespaces

namespace  Dune
 Dune namespace.
namespace  Dune::FMatrixHelp

Macros

#define DUNE_FMATRIXEIGENVALUES_CC

Functions

void Dune::FMatrixHelp::eigenValuesLapackCall (const char *jobz, const char *uplo, const long int *n, double *a, const long int *lda, double *w, double *work, const long int *lwork, long int *info)
void Dune::FMatrixHelp::eigenValuesNonsymLapackCall (const char *jobvl, const char *jobvr, const long int *n, double *a, const long int *lda, double *wr, double *wi, double *vl, const long int *ldvl, double *vr, const long int *ldvr, double *work, const long int *lwork, const long int *info)

Macro Definition Documentation

#define DUNE_FMATRIXEIGENVALUES_CC