The OpenD Programming Language

sormqr_

Multiplies a general matrix by the orthogonal matrix from a QR factorization determined by SGEQRF.

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

Meta