#include "lapacke_utils.h"Go to the source code of this file.
Functions | |
| void | LAPACKE_dtb_trans (int matrix_layout, char uplo, char diag, lapack_int n, lapack_int kd, const double *in, lapack_int ldin, double *out, lapack_int ldout) |
| void LAPACKE_dtb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dtb_trans.c.