#include "lapacke_utils.h"
Go to the source code of this file.
Functions | |
void | LAPACKE_dgg_trans (int matrix_order, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout) |
void LAPACKE_dgg_trans | ( | int | matrix_order, |
lapack_int | m, | ||
lapack_int | n, | ||
const double * | in, | ||
lapack_int | ldin, | ||
double * | out, | ||
lapack_int | ldout | ||
) |
Definition at line 40 of file lapacke_dgg_trans.c.