# HG changeset patch # User michelemartone # Date 1434897430 0 # Node ID dc5803650a9883c2e58ee4436703458e1e864254 # Parent a95bee17f7fd3871ebeaf48b8e75c61847dc1df3 typo fix: s/Postcript/Postscript/g diff -r a95bee17f7fd -r dc5803650a98 main/sparsersb/doc/sparsersb.txt --- 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 diff -r a95bee17f7fd -r dc5803650a98 main/sparsersb/src/sparsersb.cc --- 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"