| 
    Teuchos Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
Templated interface class to BLAS routines. More...
#include "Teuchos_ConfigDefs.hpp"#include "Teuchos_ScalarTraits.hpp"#include "Teuchos_OrdinalTraits.hpp"#include "Teuchos_BLAS_types.hpp"#include "Teuchos_Assert.hpp"

Go to the source code of this file.
Classes | |
| class | Teuchos::details::GivensRotator< ScalarType, isComplex > | 
| class | Teuchos::DefaultBLASImpl< OrdinalType, ScalarType > | 
| Default implementation for BLAS routines.  More... | |
| class | Teuchos::BLAS< OrdinalType, ScalarType > | 
| Templated BLAS wrapper.  More... | |
| class | Teuchos::details::MagValue< ScalarType, isComplex > | 
| class | Teuchos::details::MagValue< ScalarType, true > | 
| class | Teuchos::details::MagValue< ScalarType, false > | 
| class | Teuchos::details::GivensRotator< ScalarType, isComplex > | 
| class | Teuchos::details::GivensRotator< ScalarType, true > | 
| class | Teuchos::details::GivensRotator< ScalarType, false > | 
| 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 | |
| Teuchos | |
| Teuchos::details | |
| details | |
| Teuchos implementation details.  | |
Variables | |
| TEUCHOSNUMERICS_LIB_DLL_EXPORT  const char  | Teuchos::ESideChar [] = {'L' , 'R' } | 
| TEUCHOSNUMERICS_LIB_DLL_EXPORT  const char  | Teuchos::ETranspChar [] = {'N' , 'T' , 'C' } | 
| TEUCHOSNUMERICS_LIB_DLL_EXPORT  const char  | Teuchos::EUploChar [] = {'U' , 'L' } | 
| TEUCHOSNUMERICS_LIB_DLL_EXPORT  const char  | Teuchos::EDiagChar [] = {'U' , 'N' } | 
| TEUCHOSNUMERICS_LIB_DLL_EXPORT  const char  | Teuchos::ETypeChar [] = {'G' , 'L', 'U', 'H', 'B', 'Q', 'Z' } | 
Templated interface class to BLAS routines.
Definition in file Teuchos_BLAS.hpp.
 1.8.5