Home
last modified time | relevance | path

Searched refs:row_indices (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqviennacl/
H A Daijviennacl.cxx46 viennacl::backend::typesafe_host_array<unsigned int> row_indices; in MatViennaCLCopyToGPU() local
47 row_indices.raw_resize(dummy, a->compressedrow.nrows); in MatViennaCLCopyToGPU()
48 …for (PetscInt i = 0; i < a->compressedrow.nrows; ++i) row_indices.set(i, (a->compressedrow.rindex)… in MatViennaCLCopyToGPU()
54 …viennaclstruct->compressed_mat->set(row_buffer.get(), row_indices.get(), col_buffer.get(), a->a, A… in MatViennaCLCopyToGPU()