Go to the source code of this file.
|
lapack_int | LAPACKE_sptrfs (int matrix_order, lapack_int n, lapack_int nrhs, const float *d, const float *e, const float *df, const float *ef, const float *b, lapack_int ldb, float *x, lapack_int ldx, float *ferr, float *berr) |
|
lapack_int LAPACKE_sptrfs |
( |
int |
matrix_order, |
|
|
lapack_int |
n, |
|
|
lapack_int |
nrhs, |
|
|
const float * |
d, |
|
|
const float * |
e, |
|
|
const float * |
df, |
|
|
const float * |
ef, |
|
|
const float * |
b, |
|
|
lapack_int |
ldb, |
|
|
float * |
x, |
|
|
lapack_int |
ldx, |
|
|
float * |
ferr, |
|
|
float * |
berr |
|
) |
| |
Definition at line 36 of file lapacke_sptrfs.c.
47 #ifndef LAPACK_DISABLE_NAN_CHECK
75 info =
LAPACKE_sptrfs_work( matrix_order, n, nrhs, d, e, df, ef,
b, ldb,
x,
76 ldx, ferr, berr, work );
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
lapack_int LAPACKE_sptrfs_work(int matrix_order, lapack_int n, lapack_int nrhs, const float *d, const float *e, const float *df, const float *ef, const float *b, lapack_int ldb, float *x, lapack_int ldx, float *ferr, float *berr, float *work)
set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real b(3) integer i
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_sge_nancheck(int matrix_order, lapack_int m, lapack_int n, const float *a, lapack_int lda)
#define LAPACK_WORK_MEMORY_ERROR
set ue cd $ADTTMP cat<< EOF > tmp c void LAPACKE_xerbla(const char *name, lapack_int info)