LAPACK 3.3.1
Linear Algebra PACKage

sopmtr.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file sopmtr.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions