SDTTRF
compute an LU factorization of a complex tridiagonal matrix A using elimination without partial pivoting
- Provided by: scalapack-doc (Version: 1.5-11)
- Report a bug
compute an LU factorization of a complex tridiagonal matrix A using elimination without partial pivoting
INTEGER INFO, N REAL D( * ), DL( * ), DU( * )
SDTTRF computes an LU factorization of a complex tridiagonal matrix A using elimination without partial pivoting.
The factorization has the form
A = L * U
where L is a product of unit lower bidiagonal
matrices and U is upper triangular with nonzeros in only the main diagonal and
first superdiagonal.