==============
CCI NOTES FILE
==============

VERSION 1.2 : December 6, 2000.

This Notes file contains any available documentation that will
allow the best use of each subroutine available in the CCI.
Information is listed alphabetically by subroutine name.
Exact documentation can be obtained by examining the
ESSL Enablement Comments present in each CCI subroutine.

CGETRF:  supply square matrix (M = N) 
CGETRS:  use as is
CPOTRF:  use as is
CPOTRS:  use as is
DGETRF:  supply square matrix (M = N)
DGETRI:  use as is
DGETRS:  use as is
DPBTRF:  supply lower band format (UPLO = 'L'), and
         scale input matrix so that exponents < 10**146
DPOTRF:  use as is
DPOTRI:  use as is
DPOTRS:  use as is
DPPTRF:  supply lower packed format (UPLO = 'L')
DPPTRI:  supply lower packed format (UPLO = 'L')
DTPTRI:  use as is
DTRTRI:  use as is
SGETRF:  supply square matrix (M = N)
SGETRI:  use as is
SGETRS:  use as is
SPBTRF:  supply lower band format (UPLO = 'L')
SPOTRF:  use as is
SPOTRI:  use as is
SPOTRS:  use as is
SPPTRF:  supply lower packed format (UPLO = 'L')
SPPTRI:  supply lower packed format (UPLO = 'L')
STPTRI:  use as is
STRTRI:  use as is
ZGETRF:  supply square matrix (M = N)
ZGETRS:  use as is
ZPOTRF:  use as is
ZPOTRS:  use as is
