The OpenD Programming Language

cunmtr_

Multiplies a general matrix by the unitary transformation matrix from a reduction to tridiagonal form determined by CHETRD.

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

Meta