Skip to content

Commit 9d669c8

Browse files
committed
updated
1 parent cb6e2de commit 9d669c8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/sparse/stdlib_sparse_conversion.fypp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ module stdlib_sparse_conversion
8585
#:endfor
8686
end interface
8787
public :: csr2dense
88-
!! version: experimental
88+
89+
!! version: experimental
8990
!!
9091
!! Conversion from csc to dense
9192
!! Enables creating a dense 2D matrix from the non-zero values stored in a CSC format

test/linalg/test_linalg_sparse.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ contains
601601
call dense2coo( dense_original , COO )
602602
call coo2csc( COO, CSC )
603603

604-
! 3. Execute your new csc2dense routine!
604+
! 3. Execute the csc2dense conversion
605605
call csc2dense( CSC, dense_converted )
606606

607607
! 4. Verify the converted matrix perfectly matches the original

0 commit comments

Comments
 (0)