<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
pttrf.hpp File Reference

Computes the Cholesky factorization of a Hermitian positive definite tridiagonal matrix A. More...

Include dependency graph for pttrf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class d_t , class e_t , enable_if_t< is_same_v< real_type< type_t< d_t > >, real_type< type_t< e_t > > >, int > = 0>
int tlapack::pttrf (d_t &D, e_t &E, const EcOpts &opts={})
 Computes the Cholesky factorization of a Hermitian positive definite tridiagonal matrix A.
 

Detailed Description

Computes the Cholesky factorization of a Hermitian positive definite tridiagonal matrix A.

Author
Hugh M. Kadhem, University of California Berkeley, USA