sopmtr_

Multiplies a general matrix by the orthogonal transformation matrix from a reduction to tridiagonal form determined by SSPTRD.

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

Meta