Teuchos - Trilinos Tools Package  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...

Go to the source code of this file.

Namespaces

 Teuchos
 The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
 

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.