DPTTS2 (3) Linux Manual Page
NAME dptts2.f – SYNOPSIS Functions/Subroutines subroutine dptts2 (N, NRHS, D, E, B, LDB) DPTTS2 solves a tridiagonal system of the form AX=B using the L D LH factorization computed by spttrf. Function/Subroutine Documentation subroutine dptts2 (integerN, integerNRHS, double precision, dimension( * )D, double precision, dimension( * )E, double precision, dimension( ldb, * )B, integerLDB) DPTTS2…
