The OpenD Programming Language

cunmqr_

Multiplies a general matrix by the unitary matrix from a QR factorization determined by CGEQRF.

extern (C) pure nothrow @nogc
void
cunmqr_
(
ref char side
,
ref char trans
,,,,
_cfloat* a
,,
_cfloat* tau
,
_cfloat* c
,,
_cfloat* work
,,)

Meta