The OpenD Programming Language

cunmlq_

Multiplies a general matrix by the unitary matrix from an LQ factorization determined by CGELQF.

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

Meta