Use consistent naming scheme across matrix and vector classes #167
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
question
Further information is requested
as was brought up in #164 by @pelesh, the current names of these fields is unclear. they should be renamed to something like
owns_gpu_sparsity_pattern_
andowns_gpu_nonzeroes_
(with equivalents for the cpu)owns_gpu_data_
,owns_gpu_values_
,owns_cpu_data_
,owns_cpu_values_
to the proposed namesSparse
The text was updated successfully, but these errors were encountered: