bkochuna / ners570f23-SpMV

1 stars 0 forks source link

Add DEN accessor methods #42

Open KyleVaughn opened 11 months ago

KyleVaughn commented 11 months ago

Description:

The library needs to be able to get information about matrices in the dense format. This matrix information will be important for performing dense format operations.

Tasks:

Definition of done:

Evidence of a functional accessor implementation that is able to return index, size, coefficient, and format information about matrices in the dense format

KyleVaughn commented 11 months ago

Review by @rgrawe

rgrawe commented 11 months ago

This looks good. Includes all the necessary tasks and each task is well defined.