#include "lapacke_utils.h"Go to the source code of this file.
Functions | |
| void | LAPACKE_dtf_trans (int matrix_layout, char transr, char uplo, char diag, lapack_int n, const double *in, double *out) |
| void LAPACKE_dtf_trans | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| double * | out ) |
Definition at line 40 of file lapacke_dtf_trans.c.