The OpenD Programming Language

sormtr_

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

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

Meta