<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Computes the Cholesky factorization of a Hermitian positive definite tridiagonal matrix A. More...
#include "tlapack/base/utils.hpp"
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. | |
Computes the Cholesky factorization of a Hermitian positive definite tridiagonal matrix A.