Classes |
| 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 |
| namespace | Teuchos |
| namespace | details |
| | Teuchos implementation details.
|
| namespace | Teuchos::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.