hypre/blas
falgout 8ed12c2264 Added the release number to the names of hypre shared libraries (see [issue181]).
Also removed the HYPRE_LSI library because it was nearly identical to HYPRE.
2010-01-14 01:16:24 +00:00
..
blas_utils.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dasum.c replaced copyright headers 2008-07-18 01:34:48 +00:00
daxpy.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dcopy.c replaced copyright headers 2008-07-18 01:34:48 +00:00
ddot.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dgemm.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dgemv.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dger.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dnrm2.c replaced copyright headers 2008-07-18 01:34:48 +00:00
drot.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dscal.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dswap.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dsymm.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dsymv.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dsyr2.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dsyr2k.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dsyrk.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dtrmm.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dtrmv.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dtrsm.c replaced copyright headers 2008-07-18 01:34:48 +00:00
dtrsv.c replaced copyright headers 2008-07-18 01:34:48 +00:00
f2c.h replaced copyright headers 2008-07-18 01:34:48 +00:00
hypre_blas.h replaced copyright headers 2008-07-18 01:34:48 +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.