Skip to content

Commit d8d77d7

Browse files
committed
Fix issue with bikeshed compilation
1 parent aa02476 commit d8d77d7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

spec/latest/index.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Example of a CSR Matrix whose values are all 7.
306306

307307
```json
308308
{
309-
"format": "iso[CSR]",
309+
"format": "iso\[CSR]",
310310
"shape": [5, 5],
311311
"data_types": {
312312
"pointers_0": "uint64",
@@ -332,6 +332,11 @@ The `structure` key, if present, denotes a special matrix structure in which
332332
only one triangle of the matrix is stored and the structure and values in the
333333
other triangle are inferred.
334334

335+
### Pre-Defined Structures ### {#predefined_structure}
336+
337+
The follow pre-defined values can be supplied for the `structure` key to indicate
338+
the structure of the matrix.
339+
335340
#### symmetric_lower #### {#symmetric_lower_structure}
336341

337342
The `symmetric_lower` value indicates that the matrix has a symmetric structure

0 commit comments

Comments
 (0)