Skip to content

Commit 0e97057

Browse files
author
aureooms
committed
Update gindex.js
1 parent 7e8f48e commit 0e97057

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

js/src/001 undirected/online/data/gindex.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Sparse graph wrapper indexing vertices allowing
3+
* direct reference to a matrix (dense) structure.
4+
*
5+
*/
6+
7+
18
var index_t = function(){
29

310
var index = function(G, attr){
@@ -57,4 +64,4 @@ var index_t = function(){
5764

5865
};
5966

60-
exports.index_t = index_t;
67+
exports.index_t = index_t;

0 commit comments

Comments
 (0)