ergo
|
#include "template_lapack_common.h"
Go to the source code of this file.
Functions | |
template<class Treal > | |
int | template_lapack_spgst (const integer *itype, const char *uplo, const integer *n, Treal *ap, const Treal *bp, integer *info) |
int template_lapack_spgst | ( | const integer * | itype, |
const char * | uplo, | ||
const integer * | n, | ||
Treal * | ap, | ||
const Treal * | bp, | ||
integer * | info | ||
) |
References template_blas_axpy(), template_blas_dot(), template_blas_erbla(), template_blas_lsame(), template_blas_scal(), template_blas_spmv(), template_blas_spr2(), template_blas_tpmv(), and template_blas_tpsv().
Referenced by main(), mat::spgst(), and thread_func().