Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType > Member List

This is the complete list of members for Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >, including all inherited members.

const_value_type typedefKokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >
CrsMatrix()Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
CrsMatrix(const CrsMatrix< SType, OType, DType, MTType, IType > &B)Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
CrsMatrix(const std::string &arg_label, const StaticCrsGraphType &arg_graph)Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
CrsMatrix(const std::string &label, OrdinalType nrows, OrdinalType ncols, OrdinalType annz, ScalarType *val, OrdinalType *rows, OrdinalType *cols, bool pad=false)Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
CrsMatrix(const std::string &label, OrdinalType nrows, OrdinalType ncols, OrdinalType annz, values_type vals, row_map_type rows, index_type cols)Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
CrsMatrix(const std::string &label, OrdinalType ncols, values_type vals, StaticCrsGraphType graph_)Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
generate(const std::string &label, OrdinalType nrows, OrdinalType ncols, OrdinalType target_nnz, OrdinalType varianz_nel_row, OrdinalType width_row)Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >
HostMirror typedefKokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >
index_type typedefKokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >
nnz() const Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
non_const_value_type typedefKokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >
numCols() const Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
numRows() const Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
row(int i) const Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
row_map_type typedefKokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >
rowConst(int i) const Kokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >inline
StaticCrsGraphType typedefKokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >
values_type typedefKokkos::CrsMatrix< ScalarType, OrdinalType, Device, MemoryTraits, SizeType >