@@ -641,15 +641,6 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
641641 < li > < a href ="#skew_symmetric_upper_structure "> < span class ="secno "> 3.8.1.6</ span > < span class ="content "> skew_symmetric_upper</ span > </ a >
642642 </ ol >
643643 </ ol >
644- < li >
645- < a href ="#key_attributes "> < span class ="secno "> 3.9</ span > < span class ="content "> Attributes</ span > </ a >
646- < ol class ="toc ">
647- < li >
648- < a href ="#defined_attributes "> < span class ="secno "> 3.9.1</ span > < span class ="content "> Defined Attributes {#defined_attributes}</ span > </ a >
649- < ol class ="toc ">
650- < li > < a href ="#number_of_diagonal_elements_attributes "> < span class ="secno "> 3.9.1.1</ span > < span class ="content "> number_of_diagonal_elements</ span > </ a >
651- </ ol >
652- </ ol >
653644 </ ol >
654645 < li >
655646 < a href ="#binary_container "> < span class ="secno "> 4</ span > < span class ="content "> Binary Containers</ span > </ a >
@@ -1362,16 +1353,6 @@ <h5 class="heading settled" data-level="3.8.1.6" id="skew_symmetric_upper_struct
13621353If the optional attribute < code > number_of_diagonal_elements</ code > is provided, the
13631354number of logical values in both triangles can be computed in constant time.</ p >
13641355 </ div >
1365- < h3 class ="heading settled " data-level ="3.9 " id ="key_attributes "> < span class ="secno "> 3.9. </ span > < span class ="content "> Attributes</ span > < a class ="self-link " href ="#key_attributes "> </ a > </ h3 >
1366- The < code > attributes</ code > key shall denote a dictionary of optional attributes containing
1367- keys with information about the stored matrix and the data it represents.
1368- Attributes are optional and may be ignored by a compliant parser.
1369- < h4 class ="heading settled " data-level ="3.9.1 " id ="defined_attributes "> < span class ="secno "> 3.9.1. </ span > < span class ="content "> Defined Attributes {#defined_attributes}</ span > < a class ="self-link " href ="#defined_attributes "> </ a > </ h4 >
1370- < h5 class ="heading settled " data-level ="3.9.1.1 " id ="number_of_diagonal_elements_attributes "> < span class ="secno "> 3.9.1.1. </ span > < span class ="content "> number_of_diagonal_elements</ span > < a class ="self-link " href ="#number_of_diagonal_elements_attributes "> </ a > </ h5 >
1371- < code > number_of_diagonal_elements</ code > shall contain an integer value corresponding to
1372- the number of elements on the stored matrix’s diagonal.
1373- < p class ="note " role ="note "> < span > Note:</ span > implementations are highly encouraged to provide the < code > number_of_diagonal_elements</ code > attribute for matrices with a symmetric,
1374- skew-symmetric, or Hermitian structure.</ p >
13751356 < h2 class ="heading settled " data-level ="4 " id ="binary_container "> < span class ="secno "> 4. </ span > < span class ="content "> Binary Containers</ span > < a class ="self-link " href ="#binary_container "> </ a > </ h2 >
13761357 Binary containers must store binary arrays in a standardized, cross-platform
13771358manner, using the corresponding dataset names previously defined.
0 commit comments