#include "lapacke_utils.h"Go to the source code of this file.
Functions | |
| lapack_int | LAPACKE_zlapmr (int matrix_layout, lapack_logical forwrd, lapack_int m, lapack_int n, lapack_complex_double *x, lapack_int ldx, lapack_int *k) |
| lapack_int LAPACKE_zlapmr | ( | int | matrix_layout, |
| lapack_logical | forwrd, | ||
| lapack_int | m, | ||
| lapack_int | n, | ||
| lapack_complex_double * | x, | ||
| lapack_int | ldx, | ||
| lapack_int * | k ) |
Definition at line 35 of file lapacke_zlapmr.c.