[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS Module STBSV.C in CBLAS


STBSV.C

 
Solves a real triangular banded system of equations. (Level 2 BLAS). [C version of
BLAS routine, converted from Fortran by f2c.].
 
Classes  :  D2a3 . Solution of systems of linear equations, including matrix
                 inverses, and LU and related factorizations (real
                 nonsymmetric triangular matrices)
            D2a2 . Solution of systems of linear equations, including matrix
                 inverses, and LU and related factorizations (real
                 nonsymmetric banded matrices)
 
Type     : C subroutine in CBLAS package.
Access   : Public domain. Portable.
Precision: Single.
 
Usage    : int stbsv_(char *uplo, char *trans, char *diag, integer *n, integer
           *k, real *a , integer *lda, real *x, integer *incx)
 
Details  : Fullsource Source
Sites    : (1) NETLIB
 

Implementation of STBSV.C from CBLAS on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Single. (Double: DTBSV.C)
 
You may access components from NETLIB outside GAMS as follows.
 
   Access       : The entire package can be retrieved by anonymous ftp from
                  ftp.netlib.org.
   Source       : echo 'send only stbsv.c from clapack/cblas' | mail
                  netlib@ornl.gov
   Fullsource   : echo 'send stbsv.c from clapack/cblas' | mail
                  netlib@ornl.gov


[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS is a service of the Mathematical and Computational Sciences Division of the Information Technology Laboratory of the National Institute of Standards and Technology

This page was generated on Sat Sep 20, 2008 at 02:56:29 UTC