#include "lapacke_utils.h"Go to the source code of this file.
Functions | |
| lapack_int | LAPACKE_zlacrm_work (int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_double *a, lapack_int lda, const double *b, lapack_int ldb, lapack_complex_double *c, lapack_int ldc, double *rwork) |
| lapack_int LAPACKE_zlacrm_work | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | a, | ||
| lapack_int | lda, | ||
| const double * | b, | ||
| lapack_int | ldb, | ||
| lapack_complex_double * | c, | ||
| lapack_int | ldc, | ||
| double * | rwork ) |
Definition at line 35 of file lapacke_zlacrm_work.c.