Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
numerics
src
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
{
55
LEFT_SIDE
,
56
RIGHT_SIDE
57
};
58
59
enum
ETransp
{
60
NO_TRANS
,
61
TRANS
,
62
CONJ_TRANS
63
};
64
65
enum
EUplo
{
66
UPPER_TRI
,
67
LOWER_TRI
,
68
UNDEF_TRI
69
};
70
71
enum
EDiag
{
72
UNIT_DIAG
,
73
NON_UNIT_DIAG
74
};
75
76
enum
EType
{
77
FULL
,
78
LOWER
,
79
UPPER
,
80
HESSENBERG
,
81
SYM_BAND_L
,
82
SYM_BAND_U
,
83
BAND
84
};
85
}
86
87
#endif // TEUCHOS_BLAS_TYPES_HPP
Teuchos::UNIT_DIAG
Definition:
Teuchos_BLAS_types.hpp:72
Teuchos::SYM_BAND_U
Definition:
Teuchos_BLAS_types.hpp:82
Teuchos::NON_UNIT_DIAG
Definition:
Teuchos_BLAS_types.hpp:73
Teuchos::UPPER
Definition:
Teuchos_BLAS_types.hpp:79
Teuchos::CONJ_TRANS
Definition:
Teuchos_BLAS_types.hpp:62
Teuchos::UPPER_TRI
Definition:
Teuchos_BLAS_types.hpp:66
Teuchos::EType
EType
Definition:
Teuchos_BLAS_types.hpp:76
Teuchos::FULL
Definition:
Teuchos_BLAS_types.hpp:77
Teuchos::LEFT_SIDE
Definition:
Teuchos_BLAS_types.hpp:55
Teuchos::TRANS
Definition:
Teuchos_BLAS_types.hpp:61
Teuchos::SYM_BAND_L
Definition:
Teuchos_BLAS_types.hpp:81
Teuchos::HESSENBERG
Definition:
Teuchos_BLAS_types.hpp:80
Teuchos::RIGHT_SIDE
Definition:
Teuchos_BLAS_types.hpp:56
Teuchos::EUplo
EUplo
Definition:
Teuchos_BLAS_types.hpp:65
Teuchos::ESide
ESide
Definition:
Teuchos_BLAS_types.hpp:54
Teuchos::LOWER
Definition:
Teuchos_BLAS_types.hpp:78
Teuchos::NO_TRANS
Definition:
Teuchos_BLAS_types.hpp:60
Teuchos::UNDEF_TRI
Definition:
Teuchos_BLAS_types.hpp:68
Teuchos::ETransp
ETransp
Definition:
Teuchos_BLAS_types.hpp:59
Teuchos::BAND
Definition:
Teuchos_BLAS_types.hpp:83
Teuchos::LOWER_TRI
Definition:
Teuchos_BLAS_types.hpp:67
Teuchos::EDiag
EDiag
Definition:
Teuchos_BLAS_types.hpp:71
Generated on Tue Oct 8 2024 09:21:29 for Teuchos Package Browser (Single Doxygen Collection) by
1.8.5