Searched defs:csrMatrixRef (Results 1 – 1 of 1) sorted by relevance
99 struct csrMatrixRef { struct100 int* csr_indices_{nullptr};101 int* csr_pointers_{nullptr};102 scalar_t* csr_values_{nullptr};103 int nnz_{0};104 std::vector<int> size_{};107 cusparseSpMatDescr_t description_{0};109 cusparseMatDescr_t description_{0};112 csrMatrixRef() { in csrMatrixRef() function118 csrMatrixRef( in csrMatrixRef() argument[all …]