Function Dune::XT::Common::Lapacke::zunmqr

int Dune::XT::Common::Lapacke::zunmqr(int matrix_layout, char side, char trans, int m, int n, int k, const std::complex<double> *a, int lda, const std::complex<double> *tau, std::complex<double> *c, int ldc)

Wrapper around LAPACKE_zunmqr

See also: LAPACKE_zunmqr