The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / 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 )