Navigation

Operators and Keywords

Function List:

C++ API

dgelqf.f File Reference


Functions

subroutine DGELQF (M, N, A, LDA, TAU, WORK, LWORK, INFO)

Function Documentation

subroutine DGELQF ( INTEGER  M,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( * )  TAU,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)