sormlq_

Multiplies a general matrix by the orthogonal matrix from an LQ factorization determined by SGELQF.

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

Meta