#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_LAPACK_wrappers.hpp"
Go to the source code of this file.
Classes | |
struct | Teuchos::UndefinedLAPACKRoutine< T > |
class | Teuchos::LAPACK< OrdinalType, ScalarType > |
The Templated LAPACK Wrapper Class. More... | |
Namespaces | |
namespace | Teuchos |
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. | |
Defines | |
#define | CHAR_MACRO(char_var) &char_var |
Typedefs | |
typedef int(* | gees_nullfptr_t )(double *, double *) |
Definition in file Teuchos_LAPACK.hpp.
#define CHAR_MACRO | ( | char_var | ) | &char_var |
Definition at line 57 of file Teuchos_LAPACK.hpp.
typedef int(* gees_nullfptr_t)(double *, double *) |
Definition at line 94 of file Teuchos_LAPACK.hpp.