LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
void API_SUFFIX() cblas_stpsv | ( | const CBLAS_LAYOUT | layout, |
const CBLAS_UPLO | Uplo, | ||
const CBLAS_TRANSPOSE | TransA, | ||
const CBLAS_DIAG | Diag, | ||
const CBLAS_INT | N, | ||
const float * | Ap, | ||
float * | X, | ||
const CBLAS_INT | incX | ||
) |
Definition at line 10 of file cblas_stpsv.c.