The OpenD Programming Language

cupmtr_

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

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

Meta