Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Namespaces | Macros | Typedefs
Teuchos_LAPACK.cpp File Reference
#include <vector>
#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_LAPACK.hpp"
#include "Teuchos_LAPACK_wrappers.hpp"
#include "Teuchos_TestForException.hpp"
Include dependency graph for Teuchos_LAPACK.cpp:

Go to the source code of this file.

Namespaces

namespace  Teuchos
 

Macros

#define CHAR_MACRO(char_var)   &char_var
 
#define CHARPTR_MACRO(charptr_var)   charptr_var
 

Typedefs

typedef int(* gees_nullfptr_t) (double *, double *)
 

Macro Definition Documentation

◆ CHAR_MACRO

#define CHAR_MACRO (   char_var)    &char_var

Definition at line 66 of file Teuchos_LAPACK.cpp.

◆ CHARPTR_MACRO

#define CHARPTR_MACRO (   charptr_var)    charptr_var

Definition at line 75 of file Teuchos_LAPACK.cpp.

Typedef Documentation

◆ gees_nullfptr_t

typedef int(* gees_nullfptr_t) (double *, double *)

Definition at line 108 of file Teuchos_LAPACK.cpp.