Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Enumerations
Teuchos_BLAS_types.hpp File Reference

Enumerated types for BLAS input characters. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Teuchos
 

Enumerations

enum  Teuchos::ESide { Teuchos::LEFT_SIDE, Teuchos::RIGHT_SIDE }
 
enum  Teuchos::ETransp { Teuchos::NO_TRANS, Teuchos::TRANS, Teuchos::CONJ_TRANS }
 
enum  Teuchos::EUplo { Teuchos::UPPER_TRI, Teuchos::LOWER_TRI, Teuchos::UNDEF_TRI }
 
enum  Teuchos::EDiag { Teuchos::UNIT_DIAG, Teuchos::NON_UNIT_DIAG }
 
enum  Teuchos::EType {
  Teuchos::FULL, Teuchos::LOWER, Teuchos::UPPER, Teuchos::HESSENBERG,
  Teuchos::SYM_BAND_L, Teuchos::SYM_BAND_U, Teuchos::BAND
}
 

Detailed Description

Enumerated types for BLAS input characters.

Definition in file Teuchos_BLAS_types.hpp.