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

GAMS Module DTPTRS in LAPACK


DTPTRS

 
Solves a real triangular system of linear equations AX=B, A**T X=B or A**H X=B,
where A is held in packed storage. (Computational routine.).
 
Classes  :  D2a3 . Solution of systems of linear equations, including matrix
                 inverses, and LU and related factorizations (real
                 nonsymmetric triangular matrices)
 
Type     : Fortran subroutine in LAPACK package.
Access   : Public domain. Portable.
Precision: Double.
 
Usage    : CALL DTPTRS( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO )
 
Details  : Fullsource NeededBLAS Source
Sites    : (1) ARNO (2) ITL (3) NETLIB
 

Implementation of DTPTRS from LAPACK on ARNO

 
ARNO:      Silicon Graphics Origin 2000, National Institute of Standards and
           Technology (NIST), Gaithersburg, MD. Available to NIST staff.
 
Precision: Double. (Single: STPTRS)
 
Those logged in to arno.nist.gov or amur.nist.gov may access this module as
follows.
 
   Access       : f90 prog.f -lscs (or -lscs_mp for multiprocessor version)
   Documentation: man dtptrs
 

Implementation of DTPTRS from LAPACK on ITL

 
ITL:       Unix Workstation Network, National Institute of Standards and
           Technology (NIST), Gaithersburg, MD. Available to NIST staff.
 
Precision: Double. (Single: STPTRS)
 
Access available only to NIST staff on internal Unix systems. They may access this
package provided the /itl tree is cross-mounted.
 
   Access       : f77 -o myprog myprog.f -llapack -lblas
   NeededBLAS   : Can be downloaded from netlib
 

Implementation of DTPTRS from LAPACK on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Double. (Single: STPTRS)
 
You may access components from NETLIB outside GAMS as follows.
 
   Source       : See LAPACK Web Page
   Fullsource   : See LAPACK Web Page


[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 Sun Sep 21, 2008 at 11:22:31 UTC