Skip to content

Commit 78c9e92

Browse files
committed
keeping up to date with main
# Please enter the commit message for your changes. Lines starting
1 parent 5aa7d8e commit 78c9e92

1 file changed

Lines changed: 52 additions & 1 deletion

File tree

spec/latest/index.bs

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ length of any of the `indices` arrays in this level.
365365

366366
The following formats are equivalent
367367

368-
#### VEC #### {#vec_format_equiv}
368+
#### DVEC #### {#dvec_format_equiv}
369369

370370
```json
371371
{
@@ -379,6 +379,57 @@ The following formats are equivalent
379379
}
380380
```
381381

382+
#### DMATR #### {#dmatr_format_equiv}
383+
384+
```json
385+
{
386+
"format": {
387+
"level": "dense",
388+
"rank": 1,
389+
"subformat": {
390+
"level": "dense",
391+
"rank": 1,
392+
"subformat": {
393+
"level": "element",
394+
}
395+
},
396+
},
397+
}
398+
```
399+
400+
#### DMATC #### {#dmatr_format_equiv}
401+
402+
```json
403+
{
404+
"swizzle": [1, 0]
405+
"format": {
406+
"level": "dense",
407+
"rank": 1,
408+
"subformat": {
409+
"level": "dense",
410+
"rank": 1,
411+
"subformat": {
412+
"level": "element",
413+
}
414+
},
415+
},
416+
}
417+
```
418+
419+
#### CVEC #### {#cvec_format_equiv}
420+
421+
```json
422+
{
423+
"format": {
424+
"level": "sparse",
425+
"rank": 1,
426+
"subformat": {
427+
"level": "element",
428+
}
429+
},
430+
}
431+
```
432+
382433
#### CSR #### {#csr_format_equiv}
383434

384435
```json

0 commit comments

Comments
 (0)