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

« back to all changes in this revision

Viewing changes to KLU/Source/klu_kernel.c

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
675
675
    Entry *Ux ;
676
676
    Int *Li, *Ui ;
677
677
    Unit *LU ;          /* LU factors (pattern and values) */
678
 
    Int k, p, i, j, pivrow, kbar, diagrow, firstrow, lup, top, scale, len ;
 
678
    Int k, p, i, j, pivrow = 0, kbar, diagrow, firstrow, lup, top, scale, len ;
679
679
    size_t newlusize ;
680
680
 
681
681
#ifndef NDEBUG
688
688
    memgrow = Common->memgrow ;
689
689
    *lnz = 0 ;
690
690
    *unz = 0 ;
 
691
    CLEAR (pivot) ;
691
692
 
692
693
    /* ---------------------------------------------------------------------- */
693
694
    /* get initial Li, Lx, Ui, and Ux */