bkochuna / ners570f23-SpMV

1 stars 0 forks source link

Add DEN accessor tests #46

Open KyleVaughn opened 11 months ago

KyleVaughn commented 11 months ago

Description:

Create a test for the dense matrix accessor functions. These functions should be able to obtain information on the dense matrix format specifically. These tests are necessary to ensure proper implementation of accessor function to be used in other dense matrix operations.

Tasks:

KyleVaughn commented 11 months ago

Review by @carltonjames

carltonjames commented 11 months ago

@nzamb222 This issue looks good. The problem is clearly defined, the stated tasks are cohesive, and the 'definition of done' is succinct. Nice work.