The OpenD Programming Language

cunmql_

Multiplies a general matrix by the unitary matrix from a QL factorization determined by CGEQLF.

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

Meta