Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Tpetra::Details::Blas Namespace Reference

Functions

template<class DT , class... DP, class ValueType , class IndexType , class ExecutionSpace >
std::enable_if
< Kokkos::is_view_uq_pce
< Kokkos::View< DT, DP...>
>::value >::type 
fill (const ExecutionSpace &execSpace, const Kokkos::View< DT, DP...> &X, const ValueType &alpha, const IndexType numRows, const IndexType numCols)
 
template<class DT , class... DP, class ValueType , class IndexType , class ExecutionSpace >
std::enable_if
< Kokkos::is_view_uq_pce
< Kokkos::View< DT, DP...>
>::value >::type 
fill (const ExecutionSpace &execSpace, const Kokkos::View< DT, DP...> &X, const ValueType &alpha, const IndexType numRows, const IndexType numCols, const size_t whichVectors[])
 
template<class DT , class... DP, class ValueType , class IndexType , class ExecutionSpace >
std::enable_if
< Kokkos::is_view_mp_vector
< Kokkos::View< DT, DP...>
>::value >::type 
fill (const ExecutionSpace &execSpace, const Kokkos::View< DT, DP...> &X, const ValueType &alpha, const IndexType numRows, const IndexType numCols)
 
template<class DT , class... DP, class ValueType , class IndexType , class ExecutionSpace >
std::enable_if
< Kokkos::is_view_mp_vector
< Kokkos::View< DT, DP...>
>::value >::type 
fill (const ExecutionSpace &execSpace, const Kokkos::View< DT, DP...> &X, const ValueType &alpha, const IndexType numRows, const IndexType numCols, const size_t whichVectors[])
 

Function Documentation

template<class DT , class... DP, class ValueType , class IndexType , class ExecutionSpace >
std::enable_if< Kokkos::is_view_uq_pce< Kokkos::View<DT,DP...> >::value >::type Tpetra::Details::Blas::fill ( const ExecutionSpace &  execSpace,
const Kokkos::View< DT, DP...> &  X,
const ValueType &  alpha,
const IndexType  numRows,
const IndexType  numCols 
)

Definition at line 26 of file Tpetra_Details_fill_UQ_PCE.hpp.

template<class DT , class... DP, class ValueType , class IndexType , class ExecutionSpace >
std::enable_if< Kokkos::is_view_uq_pce< Kokkos::View<DT,DP...> >::value >::type Tpetra::Details::Blas::fill ( const ExecutionSpace &  execSpace,
const Kokkos::View< DT, DP...> &  X,
const ValueType &  alpha,
const IndexType  numRows,
const IndexType  numCols,
const size_t  whichVectors[] 
)

Definition at line 43 of file Tpetra_Details_fill_UQ_PCE.hpp.

template<class DT , class... DP, class ValueType , class IndexType , class ExecutionSpace >
std::enable_if< Kokkos::is_view_mp_vector< Kokkos::View<DT,DP...> >::value >::type Tpetra::Details::Blas::fill ( const ExecutionSpace &  execSpace,
const Kokkos::View< DT, DP...> &  X,
const ValueType &  alpha,
const IndexType  numRows,
const IndexType  numCols 
)

Definition at line 26 of file Tpetra_Details_fill_MP_Vector.hpp.

template<class DT , class... DP, class ValueType , class IndexType , class ExecutionSpace >
std::enable_if< Kokkos::is_view_mp_vector< Kokkos::View<DT,DP...> >::value >::type Tpetra::Details::Blas::fill ( const ExecutionSpace &  execSpace,
const Kokkos::View< DT, DP...> &  X,
const ValueType &  alpha,
const IndexType  numRows,
const IndexType  numCols,
const size_t  whichVectors[] 
)

Definition at line 43 of file Tpetra_Details_fill_MP_Vector.hpp.