LAPACK 3.3.1
Linear Algebra PACKage

dopgtr.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DOPGTR (UPLO, N, AP, TAU, Q, LDQ, WORK, INFO)

Function Documentation

subroutine DOPGTR ( CHARACTER  UPLO,
INTEGER  N,
DOUBLE PRECISION,dimension( * )  AP,
DOUBLE PRECISION,dimension( * )  TAU,
DOUBLE PRECISION,dimension( ldq, * )  Q,
INTEGER  LDQ,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file dopgtr.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions