Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
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[]) |
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 58 of file Tpetra_Details_fill_UQ_PCE.hpp.
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 75 of file Tpetra_Details_fill_UQ_PCE.hpp.
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 58 of file Tpetra_Details_fill_MP_Vector.hpp.
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 75 of file Tpetra_Details_fill_MP_Vector.hpp.