The OpenD Programming Language

sopmtr_

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

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

Meta