Call SDTSOL( n, c, d, e, inct, b, incb )
n Integer. The dimension of the tri-diagonal matrix and the length of the right-hand side vector b. c Real vector. A real input/output vector holding the first sub-diagonal band of the tri-diagonal matrix. d Real vector. A real input/output vector holding the diagonal band of the tri-diagonal matrix. e Real vector. A real input/output vector holding the first super-diagonal band of the tri-diagonal matrix. inct Integer. The increment between elements of vectors c, d, and e. b Real vector. An input/output real vector. On input, this vector holds the right-hand side vector. On output, it holds the solution vector. incb Integer. The increment between elements in vector b. Typically, incb = 1 in which case, the elements of b are contiguous.
SDTSOL solves a real-valued tri-diagonal linear system with a single right-hand side vector. For equations and other information, see Volume 3: UNICOS Math and Scientific Library Reference Manual SR-2081 7.0, Cray Research, Inc.