~ubuntu-branches/ubuntu/hardy/suitesparse/hardy

« back to all changes in this revision

Viewing changes to CXSparse/MATLAB/CSparse/cs_symperm_mex.c

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2008-02-21 14:46:50 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20080221144650-rwcyowy7vo3bxjtx
Tags: upstream-3.1.0
ImportĀ upstreamĀ versionĀ 3.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    {
18
18
#ifndef NCOMPLEX
19
19
        cs_cl Amatrix, *A, *C, *D ;
20
 
        double *x ;
21
20
        A = cs_cl_mex_get_sparse (&Amatrix, 1, pargin [0]) ;
22
21
        n = A->n ;
23
22
        P = cs_dl_mex_get_int (n, pargin [1], &ignore, 1) ;     /* get P */
37
36
    else
38
37
    {
39
38
        cs_dl Amatrix, *A, *C, *D ;
40
 
        double *x ;
41
39
        A = cs_dl_mex_get_sparse (&Amatrix, 1, 1, pargin [0]) ;
42
40
        n = A->n ;
43
41
        P = cs_dl_mex_get_int (n, pargin [1], &ignore, 1) ;     /* get P */