The OpenD Programming Language

cunmbr_

Multiplies a general matrix by one of the unitary transformation matrices from a reduction to bidiagonal form determined by CGEBRD.

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

Meta