Go to the source code of this file.
Functions | |
lapack_int | LAPACKE_sgeequb_work (int matrix_order, lapack_int m, lapack_int n, const float *a, lapack_int lda, float *r, float *c, float *rowcnd, float *colcnd, float *amax) |
lapack_int LAPACKE_sgeequb_work | ( | int | matrix_order, |
lapack_int | m, | ||
lapack_int | n, | ||
const float * | a, | ||
lapack_int | lda, | ||
float * | r, | ||
float * | c, | ||
float * | rowcnd, | ||
float * | colcnd, | ||
float * | amax | ||
) |
Definition at line 37 of file lapacke_sgeequb_work.c.