Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_BLAS_types.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Teuchos: Common Tools Package
4 //
5 // Copyright 2004 NTESS and the Teuchos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 // /////////////////////////////////////////////
11 // Teuchos_BLAS_types.hpp
12 
13 #ifndef TEUCHOS_BLAS_TYPES_HPP
14 #define TEUCHOS_BLAS_TYPES_HPP
15 
53 namespace Teuchos {
54  enum ESide {
57  };
58 
59  enum ETransp {
63  };
64 
65  enum EUplo {
69  };
70 
71  enum EDiag {
74  };
75 
76  enum EType {
77  FULL,
84  };
85 }
86 
87 #endif // TEUCHOS_BLAS_TYPES_HPP