37 float* dl,
float* d,
float* du,
float*
b,
65 LAPACK_sgtsv( &n, &nrhs, dl, d, du, b_t, &ldb_t, &info );
void LAPACKE_sge_trans(int matrix_order, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)
void LAPACK_sgtsv(lapack_int *n, lapack_int *nrhs, float *dl, float *d, float *du, float *b, lapack_int *ldb, lapack_int *info)
lapack_int LAPACKE_sgtsv_work(int matrix_order, lapack_int n, lapack_int nrhs, float *dl, float *d, float *du, float *b, lapack_int ldb)
set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real b(3) integer i
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
set ue cd $ADTTMP cat<< EOF > tmp c void LAPACKE_xerbla(const char *name, lapack_int info)