The OpenD Programming Language

sormlq_

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

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

Meta