The OpenD Programming Language

sormql_

Multiplies a general matrix by the orthogonal matrix from a QL factorization determined by SGEQLF.

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

Meta