Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
Vector specializations for Teuchos::BLAS wrappers. More...
#include <Teuchos_BLAS_MP_Vector.hpp>
Inherits Teuchos::DefaultBLASImpl< OrdinalType, Sacado::MP::Vector< Storage > >.
Public Member Functions | |
template<typename alpha_type , typename A_type > | |
void | TRSM (Teuchos::ESide side, Teuchos::EUplo uplo, Teuchos::ETransp transa, Teuchos::EDiag diag, const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const A_type *A, const OrdinalType lda, ScalarType *B, const OrdinalType ldb) const |
Private Types | |
typedef Teuchos::ScalarTraits< Sacado::MP::Vector< Storage > >::magnitudeType | MagnitudeType |
typedef Sacado::ValueType< Sacado::MP::Vector< Storage > >::type | ValueType |
typedef Sacado::ScalarType< Sacado::MP::Vector< Storage > >::type | scalar_type |
typedef Sacado::MP::Vector< Storage > | ScalarType |
typedef Teuchos::DefaultBLASImpl< OrdinalType, Sacado::MP::Vector< Storage > > | BLASType |
Vector specializations for Teuchos::BLAS wrappers.
Definition at line 119 of file Teuchos_BLAS_MP_Vector.hpp.
|
private |
Definition at line 122 of file Teuchos_BLAS_MP_Vector.hpp.
|
private |
Definition at line 123 of file Teuchos_BLAS_MP_Vector.hpp.
|
private |
Definition at line 124 of file Teuchos_BLAS_MP_Vector.hpp.
|
private |
Definition at line 125 of file Teuchos_BLAS_MP_Vector.hpp.
|
private |
Definition at line 126 of file Teuchos_BLAS_MP_Vector.hpp.
|
inline |
Definition at line 130 of file Teuchos_BLAS_MP_Vector.hpp.