LAPACK 3.3.1
Linear Algebra PACKage

dtpt02.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DTPT02 (UPLO, TRANS, DIAG, N, NRHS, AP, X, LDX, B, LDB, WORK, RESID)

Function Documentation

subroutine DTPT02 ( CHARACTER  UPLO,
CHARACTER  TRANS,
CHARACTER  DIAG,
INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( * )  AP,
DOUBLE PRECISION,dimension( ldx, * )  X,
INTEGER  LDX,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( * )  WORK,
DOUBLE PRECISION  RESID 
)

Definition at line 1 of file dtpt02.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions