hypre/blas
2012-03-14 15:24:57 +00:00
..
blas_utils.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dasum.c replaced copyright headers 2008-07-18 01:34:48 +00:00
daxpy.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dcopy.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
ddot.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dgemm.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dgemv.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dger.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dnrm2.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
drot.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dscal.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dswap.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dsymm.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dsymv.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dsyr2.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dsyr2k.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dsyrk.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dtrmm.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dtrmv.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dtrsm.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
dtrsv.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
f2c.h Fixed a HYPRE_SEQUENTIAL redefined problem. 2012-03-14 15:24:57 +00:00
hypre_blas.h Fixed globally exposed symbols without namespace protection in pilut/, lapack/ 2011-11-07 18:12:01 +00:00
idamax.c replaced copyright headers 2008-07-18 01:34:48 +00:00
Makefile Added the release number to the names of hypre shared libraries (see [issue181]). 2010-01-14 01:16:24 +00:00
README replaced copyright headers 2008-07-18 01:34:48 +00:00

#BHEADER**********************************************************************
# Copyright (c) 2008,  Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
# This file is part of HYPRE.  See file COPYRIGHT for details.
#
# HYPRE is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License (as published by the Free
# Software Foundation) version 2.1 dated February 1999.
#
# $Revision$
#EHEADER**********************************************************************







HYPRE BLAS README file

This is a subset of the CBLAS from netlib.org.
o The LAPACK/blas auxiliary routine xerbla_ has been
  renamed through this directory as hypre_xerbla_, to
  reduce name conflicts with the same routine in the
  HYPRE lapack directory.
o The LAPACK/blas auxiliary routine lsame_ has been
  renamed through this directory as hypre_lsame_, for
  the same reason as above.
o The routines xerbla_ and lsame_ have been moved into
  the blas_utils.c file.