#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_OrdinalTraits.hpp"
#include "Teuchos_BLAS_types.hpp"


Go to the source code of this file.
Classes | |
| class | Teuchos::BLAS< OrdinalType, ScalarType > |
| The Templated BLAS Wrapper Class. More... | |
| class | Teuchos::BLAS< int, float > |
| class | Teuchos::BLAS< int, double > |
| class | Teuchos::BLAS< int, std::complex< float > > |
| class | Teuchos::BLAS< int, std::complex< double > > |
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 |
Variables | |
| const char | Teuchos::ESideChar [] = {'L' , 'R' } |
| const char | Teuchos::ETranspChar [] = {'N' , 'T' , 'C' } |
| const char | Teuchos::EUploChar [] = {'U' , 'L' } |
| const char | Teuchos::EDiagChar [] = {'U' , 'N' } |
Definition in file Teuchos_BLAS.hpp.
| #define CHAR_MACRO | ( | char_var | ) | &char_var |
Definition at line 70 of file Teuchos_BLAS.hpp.
1.5.9