Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Kokkos::SparseRowView< MatrixType > Member List

This is the complete list of members for Kokkos::SparseRowView< MatrixType >, including all inherited members.

colidx(const int &i) const Kokkos::SparseRowView< MatrixType >inline
lengthKokkos::SparseRowView< MatrixType >
ordinal_type typedefKokkos::SparseRowView< MatrixType >
SparseRowView(value_type *const values, ordinal_type *const colidx__, const int stride, const int count)Kokkos::SparseRowView< MatrixType >inline
SparseRowView(const typename MatrixType::values_type &values, const typename MatrixType::index_type &colidx__, const int &stride, const int &count, const int &idx)Kokkos::SparseRowView< MatrixType >inline
value(const int &i) const Kokkos::SparseRowView< MatrixType >inline
value_type typedefKokkos::SparseRowView< MatrixType >