#include "MOR_ExtendedEpetraLapack.hpp"
#include "Epetra_LAPACK_wrappers.h"
Go to the source code of this file.
Namespaces | |
namespace | MOR |
Defines | |
#define | DLANSY_F77 F77_BLAS_MANGLE(dlansy, DLANSY) |
#define | CHAR_MACRO(char_var) &char_var |
Functions | |
double PREFIX | F77_BLAS_MANGLE (dlansy, DLANSY)(Epetra_fcd norm |
Variables | |
double PREFIX Epetra_fcd | uplo |
double PREFIX Epetra_fcd const int * | n |
double PREFIX Epetra_fcd const int const double * | a |
double PREFIX Epetra_fcd const int const double const int * | lda |
double PREFIX Epetra_fcd const int const double const int double * | work |
#define DLANSY_F77 F77_BLAS_MANGLE(dlansy, DLANSY) |
Definition at line 10 of file MOR_ExtendedEpetraLapack.cpp.
#define CHAR_MACRO | ( | char_var | ) | &char_var |
Definition at line 26 of file MOR_ExtendedEpetraLapack.cpp.
double PREFIX F77_BLAS_MANGLE | ( | dlansy | , | |
DLANSY | ||||
) |
double PREFIX Epetra_fcd uplo |
Definition at line 15 of file MOR_ExtendedEpetraLapack.cpp.
double PREFIX Epetra_fcd const int* n |
Definition at line 15 of file MOR_ExtendedEpetraLapack.cpp.
double PREFIX Epetra_fcd const int const double* a |
Definition at line 15 of file MOR_ExtendedEpetraLapack.cpp.
double PREFIX Epetra_fcd const int const double const int* lda |
Definition at line 15 of file MOR_ExtendedEpetraLapack.cpp.
double PREFIX Epetra_fcd const int const double const int double* work |
Definition at line 15 of file MOR_ExtendedEpetraLapack.cpp.