Download Latest Version geomlib.tar.gz (58.3 kB)
Email in envelope

Get an email when there's a new version of CFD Utilities

Home / blas2lib
Name Modified Size InfoDownloads / Week
Parent folder
blas2lib.tar.gz 2014-01-28 5.5 kB
README 2013-10-21 719 Bytes
Totals: 2 Items   6.3 kB 0
These are NAG versions of the Level 2 BLAS Matrix-vector routines as
modified on 08/31/94 by Philip Gill.  The comments about single and
double precision in blaslib/README are equally relevant here, but
only the "double" versions are supported here as needed by the version
of NPOPT (Stanford University) employed at NASA Ames Research Center.

      subroutine dgemv ( trans, m, n, alpha, a, lda, x, incx,
      subroutine dger  ( m, n, alpha, x, incx, y, incy, a, lda )
      subroutine dsymv ( uplo, n, alpha, a, lda, x, incx,
      subroutine dsyr  ( uplo, n, alpha, x, incx, a, lda )
      subroutine dtrmv ( uplo, trans, diag, n, a, lda, x, incx )
      subroutine dtrsv ( uplo, trans, diag, n, a, lda, x, incx )
Source: README, updated 2013-10-21