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

Module STRMM in IMSLM

General Information

Performs one of the matrix-matrix operations: B = alpha*op( A )*B, or B = alpha*B*op( A ), where alpha is a scalar, B is an m by n matrix, A is a unit, or non-unit, upper or lower triangular matrix and op( A ) is one of op( A ) = A or op( A ) = trans(A) where trans represents the transpose of the matrix.

Usage
CALL STRMM (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
Classification
D1b6Matrix multiplication
Type
subroutine in IMSLM package
Language
Fortran
Availability
Proprietary, Portable
Precision
Single Precision
Alternates
DTRMM
Double Precision

Installation on ITL; Unix Workstation Network

Location
National Institute of Standards and Technology (NIST), Gaithersburg, MD.
Contact
Gaithersburg Consulting Office: 301-975-2968 (FTS 879-2968)
Usage
Access available only to NIST staff on internal Unix systems. They may access this package provided the /itl tree is cross-mounted.
Documentation
cat /home/fetch/Subjects/Math-Stat-Software/imsl/Documentation/strmm
Example
cat /home/fetch/Subjects/Math-Stat-Software/imsl/Examples/strmm
To Link
Login to spruce.nist.gov and see ITL How-To for information on how to setup your environment and link.
Comments? gams@nist.gov