bkochuna / ners570f23-SpMV

1 stars 0 forks source link

Add assembleStorage and disassembleStorage methods for DEN #34

Closed KyleVaughn closed 10 months ago

KyleVaughn commented 11 months ago

Description:

Add assemble storage and disassemble storage functions to the Dense matrix class

Tasks:

Definition of done:

This task is done when it passes the unit test which will test whether the storage has been created or destroyed.

KyleVaughn commented 11 months ago

Review by @sthvkbht

sthvkbht commented 11 months ago

Tasks are well defined and on point for the issue being addressed. 👍

sthvkbht commented 10 months ago

Implementation compiles and seems to carry out the described tasks.