bkochuna / ners570f23-SpMV

1 stars 0 forks source link

Add ELL view tests #57

Closed KyleVaughn closed 10 months ago

KyleVaughn commented 11 months ago

Description:

Build a test for the ELL view function, it is a test for the view function of the SparseMatrix_ELL class and ensures that it does perform the task and ensures the functionality is correctly implemented.

Tasks:

Definition of done:

The ELL view test will work successfully and print the test results on the screen based on if the test passed or failed.

KyleVaughn commented 11 months ago

Review by @sthvkbht

sthvkbht commented 11 months ago

Clear and detail plan of what is required for the issue. 👍

sthvkbht commented 10 months ago

The implementation compiles successfully and performs the defined tasks.