changeset 12643:dc5803650a98 octave-forge

typo fix: s/Postcript/Postscript/g
author michelemartone
date Sun, 21 Jun 2015 14:37:10 +0000
parents a95bee17f7fd
children 0ddee23d3d82
files main/sparsersb/doc/sparsersb.txt main/sparsersb/src/sparsersb.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/sparsersb/doc/sparsersb.txt	Sun Jun 21 14:34:28 2015 +0000
+++ b/main/sparsersb/doc/sparsersb.txt	Sun Jun 21 14:37:10 2015 +0000
@@ -76,7 +76,7 @@
 
      If A is a sparsersb matrix and the "render" keyword is specified,
      and FILENAME is a string, A will be rendered as an Encapsulated
-     Postcript file FILENAME. Optionally, width and height can be
+     Postscript file FILENAME. Optionally, width and height can be
      specified in `RWIDTH, RHEIGHT'. Defaults are 512.
 
      If A is a sparsersb matrix and the "autotune" keyword is
--- a/main/sparsersb/src/sparsersb.cc	Sun Jun 21 14:34:28 2015 +0000
+++ b/main/sparsersb/src/sparsersb.cc	Sun Jun 21 14:37:10 2015 +0000
@@ -226,7 +226,7 @@
 
 #define RSBOI_10100_DOC \
 \
-"If @var{A} is a "RSBOI_FNS" matrix and the \"render\" keyword is specified, and @var{filename} is a string, @var{A} will be rendered as an Encapsulated Postcript file @var{filename}. Optionally, width and height can be specified in @code{@var{rWidth}, @var{rHeight}}. Defaults are 512.\n"\
+"If @var{A} is a "RSBOI_FNS" matrix and the \"render\" keyword is specified, and @var{filename} is a string, @var{A} will be rendered as an Encapsulated Postscript file @var{filename}. Optionally, width and height can be specified in @code{@var{rWidth}, @var{rHeight}}. Defaults are 512.\n"\
 "\n"\
 \
 "If @var{A} is a "RSBOI_FNS" matrix and the \"autotune\" keyword is specified, autotuning of the matrix will take place, with SpMV and autotuning parameters. After the \"autotune\" string, the remaining parameters are optional. Parameter @var{transA} specifies whether to tune for untransposed (\"n\") or transposed (\"t\"); @var{nrhs} the number of right hand sides; @var{maxr} the number of tuning rounds; @var{tmax} the threads to use. If giving an output argument @var{O}, that will be assigned to the autotuned matrix, and the input one @var{A} will remain unchanged. See librsb documentation for @code{rsb_tune_spmm} to learn more.\n"