~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to KLU/MATLAB/old/default_control.m

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-05-29 09:36:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529093629-zowquo0b7slkk6nc
Tags: 3.0.0-2
* suitesparse builds properly twice in a row
* Bug fix: "suitesparse - FTBFS: Broken build depens: libgfortran1-dev",
  thanks to Bastian Blank (Closes: #426349).
* Bug fix: "suitesparse_3.0.0-1: FTBFS: build-depends on
  libgfortran1-dev", thanks to Steve Langasek (Closes: #426354).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
function control = default_control
2
 
% control = default_control
3
 
%
4
 
% returns default klu control
5
 
control = zeros (1,20) ;
6
 
control (1) = 0 ;     % printing (unused)
7
 
control (2) = 1 ;     % 0: no BTF, 1: do BTF
8
 
control (3) = 1 ;     % 0: no scale, 1: sum, 2: max
9
 
control (4) = 0 ;     % ordering (0: amd, 1: colamd, 2: user)
10
 
control (5) = 0.001 ; % tol
11
 
control (6) = 1.5 ;   % growth
12
 
control (7) = 1.2 ;   % init mem AMD
13
 
control (8) = 10. ;   % init mem COLAMD