瀏覽代碼

make texinfo happy

Samuel Thibault 13 年之前
父節點
當前提交
aa8d9b4bd1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/chapters/basic-api.texi

+ 2 - 2
doc/chapters/basic-api.texi

@@ -615,8 +615,8 @@ Compressed Sparse Row Representation) sparse matrix interface.
 Register the sparse matrix made of @var{nnz} non-zero blocks of elements of size
 @var{elemsize} stored in @var{nzval} and initializes @var{handle} to represent
 it. Blocks have size @var{r} * @var{c}. @var{nrow} is the number of rows (in
-terms of blocks), @var{colind[i]} is the block-column index for block @code{i}
-in @code{nzval}, @var{rowptr[i]} is the block-index (in nzval) of the first block of row @code{i}.
+terms of blocks), @code{colind[i]} is the block-column index for block @code{i}
+in @code{nzval}, @code{rowptr[i]} is the block-index (in nzval) of the first block of row @code{i}.
 @var{firstentry} is the index of the first entry of the given arrays (usually 0
 or 1).
 @end deftypefun