CPTTRS (3) Linux Manual Page
NAME cpttrs.f – SYNOPSIS Functions/Subroutines subroutine cpttrs (UPLO, N, NRHS, D, E, B, LDB, INFO) CPTTRS Function/Subroutine Documentation subroutine cpttrs (characterUPLO, integerN, integerNRHS, real, dimension( * )D, complex, dimension( * )E, complex, dimension( ldb, * )B, integerLDB, integerINFO) CPTTRS Purpose: CPTTRS solves a tridiagonal system of the form A * X = B using the…
