The OpenD Programming Language

cunmrq_

Multiplies a general matrix by the unitary matrix from an RQ factorization determined by CGERQF.

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

Meta