slanst (l) - Linux Manuals
slanst: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric tridiagonal matrix A
NAME
SLANST - returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric tridiagonal matrix ASYNOPSIS
- REAL FUNCTION
- SLANST( NORM, N, D, E )
- CHARACTER NORM
- INTEGER N
- REAL D( * ), E( * )
PURPOSE
SLANST returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric tridiagonal matrix A.DESCRIPTION
SLANST returns the valueSLANST
ARGUMENTS
- NORM (input) CHARACTER*1
- Specifies the value to be returned in SLANST as described above.
- N (input) INTEGER
- The order of the matrix A. N >= 0. When N = 0, SLANST is set to zero.
- D (input) REAL array, dimension (N)
- The diagonal elements of A.
- E (input) REAL array, dimension (N-1)
-
The (n-1) sub-diagonal or super-diagonal elements of A.