dormqr_

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
void
dormqr_
(
char* side
,
char* trans
,
int* m
,
int* n
,
int* k
,
const(double)* a
,
int* lda
,
const(double)* tau
,
double* c
,
int* ldc
,
double* work
,
int* lwork
,
int* info
)

Meta