ergo
|
#include "template_lapack_common.h"
Go to the source code of this file.
Functions | |
template<class Treal > | |
int | template_lapack_tptri (const char *uplo, const char *diag, const integer *n, Treal *ap, integer *info) |
int template_lapack_tptri | ( | const char * | uplo, |
const char * | diag, | ||
const integer * | n, | ||
Treal * | ap, | ||
integer * | info | ||
) |
References template_blas_erbla(), template_blas_lsame(), template_blas_scal(), and template_blas_tpmv().
Referenced by main(), thread_func(), and mat::tptri().