Skip to content

Commit 53d4353

Browse files
committed
Update rule 6, and undo Index->Hyper
1 parent 3aa30e2 commit 53d4353

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

include/binsparse/c_bindings/binsparse_matrix.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ bc_type_code ;
369369
// (..., Index, Hyper, ...) is not valid.
370370
//
371371
// (6) (..., Hyper, Sparse, ...) can be defined but is not useful.
372-
// The same can be done with (..., Index, Full, ...) by just deleting
372+
// The same can be done with (..., Index, Sparse, ...) by just deleting
373373
// the pointer for the Hyper axis. The pointer vector contains a
374374
// list of constant stride (see below).
375375

@@ -523,12 +523,12 @@ language must be Index or Full.
523523
(pointer present <------------------> no pointer ---\
524524
no index. --\ index present |
525525
size is | size is <--/
526-
dim [k] <--/ --> nindex[k]
527-
\ / \
528-
\ / \
529-
\ / \
530-
\ / \
531-
\ "Hyper" <-- ---> "Full"
526+
dim [k] <--/ /---> nindex[k]
527+
\ / \
528+
\ / \
529+
\ / \
530+
\ / \
531+
\ "Hyper" / ---> "Full"
532532
\-----> (both pointer --\ no pointer --\
533533
and index. | no index |
534534
size is <--/ size is <---/

0 commit comments

Comments
 (0)