Function Dune::XT::Common::Lapacke::zgeqp3

int Dune::XT::Common::Lapacke::zgeqp3(int matrix_layout, int m, int n, std::complex<double> *a, int lda, int *jpvt, std::complex<double> *tau)

Wrapper around LAPACKE_zgeqp3

See also: LAPACKE_zgeqp3