dune-common  2.3.1-rc1
Namespaces | Macros | Functions
fmatrixev.cc File Reference
#include <iostream>
#include <cmath>
#include <cassert>
#include <dune/common/exceptions.hh>

Namespaces

 Dune
 Dune 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