Skip to content

Commit 9287da5

Browse files
API considerations for random matrix generation
1 parent 798e563 commit 9287da5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

experimental/utility/LAGraph_Random_Matrix.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
// Contributed by Timothy A. Davis, Texas A&M University
1515

16+
// TODO: reconsider the API. Pass in int64_t nvals instead of density?
17+
// and use nvals = -1 for generating a full matrix, say?
18+
1619
//------------------------------------------------------------------------------
1720

1821
// Constructs a sparse roughly uniformly distributed random matrix with roughly

0 commit comments

Comments
 (0)