Navigation

Operators and Keywords

Function List:

C++ API

spparms.cc File Reference

#include "defun-dld.h"
#include "ov.h"
#include "pager.h"
#include "error.h"
#include "gripes.h"
#include "oct-spparms.h"

Include dependency graph for spparms.cc:


Functions

 DEFUN_DLD (spparms, args, nargout,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} { } spparms ()\n\ @deftypefnx {Loadable Function} {@var{vals} =} spparms ()\n\ @deftypefnx {Loadable Function} {[@var{keys}, @var{vals}] =} spparms ()\n\ @deftypefnx {Loadable Function} {@var{val} =} spparms (@var{key})\n\ @deftypefnx {Loadable Function} { } spparms (@var{vals})\n\ @deftypefnx {Loadable Function} { } spparms ('defaults')\n\ @deftypefnx {Loadable Function} { } spparms ('tight')\n\ @deftypefnx {Loadable Function} { } spparms (@var{key}, @var{val})\n\ Sets or displays the parameters used by the sparse solvers and factorization\n\ functions. The first four calls above get information about the current\n\ settings, while the others change the current settings. The parameters are\n\ stored as pairs of keys and values, where the values are all floats and the\n\ keys are one of the following strings:\n\ \n\ @table @code\n\ @item spumoni\n\ Printing level of debugging information of the solvers (default 0)\n\ @item ths_rel\n\ Included for compatibility. Not used. (default 1)\n\ @item ths_abs\n\ Included for compatibility. Not used. (default 1)\n\ @item exact_d\n\ Included for compatibility. Not used. (default 0)\n\ @item supernd\n\ Included for compatibility. Not used. (default 3)\n\ @item rreduce\n\ Included for compatibility. Not used. (default 3)\n\ @item wh_frac\n\ Included for compatibility. Not used. (default 0.5)\n\ @item autommd\n\ Flag whether the LU/QR and the '\\' and '/' operators will automatically\n\ use the sparsity preserving mmd functions (default 1)\n\ @item autoamd\n\ Flag whether the LU and the '\\' and '/' operators will automatically\n\ use the sparsity preserving amd functions (default 1)\n\ @item piv_tol\n\ The pivot tolerance of the UMFPACK solvers (default 0.1)\n\ @item sym_tol\n\ The pivot tolerance of the UMFPACK symmetric solvers (default 0.001)\n\ @item bandden\n\ The density of non-zero elements in a banded matrix before it is treated\n\ by the @sc{lapack} banded solvers (default 0.5)\n\ @item umfpack\n\ Flag whether the UMFPACK or mmd solvers are used for the LU, '\\' and\n\ '/' operations (default 1)\n\ @end table\n\ \n\ The value of individual keys can be set with @code{spparms (@var{key},\n\ @var{val})}. The default values can be restored with the special keyword\n\ 'defaults'. The special keyword 'tight' can be used to set the mmd solvers\n\ to attempt for a sparser solution at the potential cost of longer running\n\ time.\n\ @end deftypefn")

Function Documentation

DEFUN_DLD ( spparms  ,
args  ,
nargout   
)