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

« back to all changes in this revision

Viewing changes to UMFPACK/Source/cholmod_blas.h

  • 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:
4
4
 
5
5
/* -----------------------------------------------------------------------------
6
6
 * CHOLMOD/Include/cholmod_blas.h.
7
 
 * Copyright (C) Univ. of Florida.  Author: Timothy A. Davis
 
7
 * Copyright (C) 2005-2006, Univ. of Florida.  Author: Timothy A. Davis
8
8
 * CHOLMOD/Include/cholmod_blas.h is licensed under Version 2.1 of the GNU
9
9
 * Lesser General Public License.  See lesser.txt for a text of the license.
10
10
 * CHOLMOD is also available under other licenses; contact authors for details.
430
430
    } \
431
431
}
432
432
 
433
 
void BLAS_ZGERU (BLAS_INT *m, BLAS_INT *n, double *alpha,
 
433
void BLAS_ZGER (BLAS_INT *m, BLAS_INT *n, double *alpha,
434
434
        double *X, BLAS_INT *incx, double *Y, BLAS_INT *incy,
435
435
        double *A, BLAS_INT *lda) ;
436
436