Functions/Subroutines

SRC/dopmtr.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DOPMTR (SIDE, UPLO, TRANS, M, N, AP, TAU, C, LDC, WORK, INFO)

Function Documentation

subroutine DOPMTR ( CHARACTER  SIDE,
CHARACTER  UPLO,
CHARACTER  TRANS,
INTEGER  M,
INTEGER  N,
DOUBLE PRECISION,dimension( * )  AP,
DOUBLE PRECISION,dimension( * )  TAU,
DOUBLE PRECISION,dimension( ldc, * )  C,
INTEGER  LDC,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file dopmtr.f.