The OpenD Programming Language

sormbr_

Multiplies a general matrix by one of the orthogonal transformation matrices from a reduction to bidiagonal form determined by SGEBRD.

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

Meta