@@ -307,7 +307,7 @@ \subsubsection{{\sf Vector\_nvals}: Number of stored elements in a vector}
307307
308308% -----------------------------------------------------------------------------
309309
310- \subsubsection {{\sf Vector\_ build}: Store elements from tuples into a vector \scott {NEW CONTENT} }
310+ \subsubsection {{\sf Vector\_ build}: Store elements from tuples into a vector }
311311\label {Sec:Vector_build }
312312
313313\paragraph {\syntax }
@@ -332,7 +332,7 @@ \subsubsection{{\sf Vector\_build}: Store elements from tuples into a vector \sc
332332 to apply when duplicate values for the same location are present in the input
333333 arrays. All three domains of {\sf dup} must be the same; hence
334334 $ dup=\langle D_{dup},D_{dup},D_{dup},\oplus \rangle $ .
335- If {\sf dup} is {\sf GrB\_ NULL}, then duplicate locations will result in an error. \scott {NEW CONTENT}
335+ If {\sf dup} is {\sf GrB\_ NULL}, then duplicate locations will result in an error.
336336\end {itemize }
337337
338338\paragraph {Return Values }
@@ -371,10 +371,10 @@ \subsubsection{{\sf Vector\_build}: Store elements from tuples into a vector \sc
371371 In other words, {\sf GrB\_ Vector\_ nvals(C)} returns a positive value.
372372
373373 \item [{\sf GrB\_ INVALID\_ VALUE}] {\sf indices} contains a duplicate location
374- and {\sf dup} is {\sf GrB\_ NULL}. \scott {NEW CONTENT}
374+ and {\sf dup} is {\sf GrB\_ NULL}.
375375\end {itemize }
376376
377- \paragraph {Description \scott {NEW CONTENT} }
377+ \paragraph {Description }
378378
379379If {\sf dup} is not {\sf GrB\_ NULL}, an internal vector
380380$ \vector {\widetilde {w}} = \langle D_{dup},\mathbf {size}({\sf w}),\emptyset \rangle $
@@ -413,7 +413,7 @@ \subsubsection{{\sf Vector\_build}: Store elements from tuples into a vector \sc
413413
414414
415415% -----------------------------------------------------------------------------
416- \subsubsection {{\sf Vector\_ setElement}: Set a single element in a vector\scott {NEW CONTENT} }
416+ \subsubsection {{\sf Vector\_ setElement}: Set a single element in a vector }
417417
418418Set one element of a vector to a given value.
419419
@@ -584,7 +584,7 @@ \subsubsection{{\sf Vector\_removeElement}: Remove an element from a vector}
584584
585585% -----------------------------------------------------------------------------
586586
587- \subsubsection {{\sf Vector\_ extractElement}: Extract a single element from a vector.\scott {NEW CONTENT} }
587+ \subsubsection {{\sf Vector\_ extractElement}: Extract a single element from a vector. }
588588\label {Sec:Vector_extractElement }
589589\label {Sec:extract_single_element_vec }
590590
@@ -910,7 +910,7 @@ \subsubsection{{\sf Matrix\_dup}: Construct a copy of a GraphBLAS matrix}
910910
911911% -----------------------------------------------------------------------------
912912
913- \subsubsection {{\sf Matrix\_ diag}: Construct a diagonal GraphBLAS matrix \scott {NEW CONTENT} }
913+ \subsubsection {{\sf Matrix\_ diag}: Construct a diagonal GraphBLAS matrix }
914914
915915Creates a new matrix with the same domain and contents as a {\sf GrB\_ Vector},
916916and square dimensions appropriate for placing the contents of the vector along the
@@ -969,7 +969,7 @@ \subsubsection{{\sf Matrix\_diag}: Construct a diagonal GraphBLAS matrix \scott{
969969\begin {eqnarray* }
970970\mathbf {L}({\sf C}) & = & \{ (i, i + k, v_i) ~:~ (i, v_i) \in \mathbf {L}({\sf v})\} \mbox {~if~} k \ge 0
971971\mbox {~or} \\
972- \mathbf {L}({\sf C}) & = & \{ (i - k, i, v_i) ~:~ (i, v_i) \in \mathbf {L}({\sf v})\} \mbox {~if~} k \ge 0.
972+ \mathbf {L}({\sf C}) & = & \{ (i - k, i, v_i) ~:~ (i, v_i) \in \mathbf {L}({\sf v})\} \mbox {~if~} k < 0.
973973\end {eqnarray* }
974974It returns a handle to it in {\sf C}. It is not an error to call this method
975975more than once on the same variable; however, the handle to the previously
@@ -1213,7 +1213,7 @@ \subsubsection{{\sf Matrix\_nvals}: Number of stored elements in a matrix}
12131213
12141214% -----------------------------------------------------------------------------
12151215
1216- \subsubsection {{\sf Matrix\_ build}: Store elements from tuples into a matrix \scott {NEW CONTENT} }
1216+ \subsubsection {{\sf Matrix\_ build}: Store elements from tuples into a matrix }
12171217\label {Sec:Matrix_build }
12181218
12191219\paragraph {\syntax }
@@ -1241,7 +1241,7 @@ \subsubsection{{\sf Matrix\_build}: Store elements from tuples into a matrix \sc
12411241 to apply when duplicate values for the same location are present in the input
12421242 arrays. All three domains of {\sf dup} must be the same; hence
12431243 $ dup=\langle D_{dup},D_{dup},D_{dup},\oplus \rangle $ .
1244- If {\sf dup} is {\sf GrB\_ NULL}, then duplicate locations will result in an error. \scott {NEW CONTENT}
1244+ If {\sf dup} is {\sf GrB\_ NULL}, then duplicate locations will result in an error.
12451245\end {itemize }
12461246
12471247\paragraph {Return Values }
@@ -1279,10 +1279,10 @@ \subsubsection{{\sf Matrix\_build}: Store elements from tuples into a matrix \sc
12791279 In other words, {\sf GrB\_ Matrix\_ nvals(C)} returns a positive value.
12801280
12811281 \item [{\sf GrB\_ INVALID\_ VALUE}] {\sf indices} contains a duplicate location
1282- and {\sf dup} is {\sf GrB\_ NULL}. \scott {NEW CONTENT}
1282+ and {\sf dup} is {\sf GrB\_ NULL}.
12831283\end {itemize }
12841284
1285- \paragraph {Description \scott {NEW CONTENT} }
1285+ \paragraph {Description }
12861286
12871287If {\sf dup} is not {\sf GrB\_ NULL}, an internal matrix
12881288$ \matrix {\widetilde {C}} = \langle D_{dup}, \mathbf {nrows}({\sf C}),
@@ -1321,7 +1321,7 @@ \subsubsection{{\sf Matrix\_build}: Store elements from tuples into a matrix \sc
13211321modify or delete the arrays {\sf row\_ indices}, {\sf col\_ indices}, or {\sf values}.
13221322
13231323% -----------------------------------------------------------------------------
1324- \subsubsection {{\sf Matrix\_ setElement}: Set a single element in matrix\scott {NEW CONTENT} }
1324+ \subsubsection {{\sf Matrix\_ setElement}: Set a single element in matrix }
13251325
13261326Set one element of a matrix to a given value.
13271327
@@ -1509,7 +1509,7 @@ \subsubsection{{\sf Matrix\_removeElement}: Remove an element from a matrix}
15091509
15101510% -----------------------------------------------------------------------------
15111511
1512- \subsubsection {{\sf Matrix\_ extractElement}: Extract a single element from a matrix\scott {NEW CONTENT} }
1512+ \subsubsection {{\sf Matrix\_ extractElement}: Extract a single element from a matrix }
15131513\label {Sec:Matrix_extractElement }
15141514\label {Sec:extract_single_element_mat }
15151515
@@ -1730,7 +1730,7 @@ \subsubsection{{\sf Matrix\_extractTuples}: Extract tuples from a matrix}
17301730
17311731% -----------------------------------------------------------------------------
17321732
1733- \subsubsection {{\sf Matrix\_ exportHint}: Provide a hint as to which storage format might be most efficient for exporting a matrix \ben {NEW CONTENT} }
1733+ \subsubsection {{\sf Matrix\_ exportHint}: Provide a hint as to which storage format might be most efficient for exporting a matrix }
17341734\label {Sec:Matrix_exportHint }
17351735
17361736\paragraph {\syntax }
@@ -1783,7 +1783,7 @@ \subsubsection{{\sf Matrix\_exportHint}: Provide a hint as to which storage form
17831783
17841784% -----------------------------------------------------------------------------
17851785
1786- \subsubsection {{\sf Matrix\_ exportSize}: Return the array sizes necessary to export a GraphBLAS matrix object \ben {NEW CONTENT} }
1786+ \subsubsection {{\sf Matrix\_ exportSize}: Return the array sizes necessary to export a GraphBLAS matrix object }
17871787\label {Sec:Matrix_exportSize }
17881788
17891789\paragraph {\syntax }
@@ -1843,7 +1843,7 @@ \subsubsection{{\sf Matrix\_exportSize}: Return the array sizes necessary to exp
18431843
18441844% -----------------------------------------------------------------------------
18451845
1846- \subsubsection {{\sf Matrix\_ export}: Export a GraphBLAS matrix to a pre-defined format \ben {NEW CONTENT} }
1846+ \subsubsection {{\sf Matrix\_ export}: Export a GraphBLAS matrix to a pre-defined format }
18471847\label {Sec:Matrix_export }
18481848
18491849\paragraph {\syntax }
@@ -1948,7 +1948,7 @@ \subsubsection{{\sf Matrix\_export}: Export a GraphBLAS matrix to a pre-defined
19481948
19491949% -----------------------------------------------------------------------------
19501950
1951- \subsubsection {{\sf Matrix\_ import}: Import a matrix into a GraphBLAS object \ben {NEW CONTENT} }
1951+ \subsubsection {{\sf Matrix\_ import}: Import a matrix into a GraphBLAS object }
19521952\label {Sec:Matrix_import }
19531953
19541954\paragraph {\syntax }
@@ -2038,7 +2038,7 @@ \subsubsection{{\sf Matrix\_import}: Import a matrix into a GraphBLAS object \be
20382038
20392039% -----------------------------------------------------------------------------
20402040
2041- \subsubsection {{\sf Matrix\_ serializeSize}: Compute the serialize buffer size\ben {NEW CONTENT} }
2041+ \subsubsection {{\sf Matrix\_ serializeSize}: Compute the serialize buffer size }
20422042\label {Sec:Matrix_serializeSize }
20432043
20442044Compute the buffer size (in bytes) necessary to serialize a {\sf GrB\_ Matrix} using {\sf GrB\_ Matrix\_ serialize}.
@@ -2078,7 +2078,7 @@ \subsubsection{{\sf Matrix\_serializeSize}: Compute the serialize buffer size\be
20782078
20792079% -----------------------------------------------------------------------------
20802080
2081- \subsubsection {{\sf Matrix\_ serialize}: Serialize a GraphBLAS matrix. \ben {NEW CONTENT} }
2081+ \subsubsection {{\sf Matrix\_ serialize}: Serialize a GraphBLAS matrix. }
20822082\label {Sec:Matrix_serialize }
20832083
20842084Serialize a GraphBLAS Matrix object into an opaque stream of bytes.
@@ -2140,7 +2140,7 @@ \subsubsection{{\sf Matrix\_serialize}: Serialize a GraphBLAS matrix. \ben{NEW C
21402140
21412141% -----------------------------------------------------------------------------
21422142
2143- \subsubsection {{\sf Matrix\_ deserialize}: Deserialize a GraphBLAS matrix. \ben {NEW CONTENT} }
2143+ \subsubsection {{\sf Matrix\_ deserialize}: Deserialize a GraphBLAS matrix. }
21442144\label {Sec:Matrix_deserialize }
21452145
21462146Construct a new GraphBLAS matrix from a serialized object.
0 commit comments