LAPACK 3.3.1
Linear Algebra PACKage

slarfb.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SLARFB (SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, T, LDT, C, LDC, WORK, LDWORK)

Function Documentation

subroutine SLARFB ( CHARACTER  SIDE,
CHARACTER  TRANS,
CHARACTER  DIRECT,
CHARACTER  STOREV,
INTEGER  M,
INTEGER  N,
INTEGER  K,
REAL,dimension( ldv, * )  V,
INTEGER  LDV,
REAL,dimension( ldt, * )  T,
INTEGER  LDT,
REAL,dimension( ldc, * )  C,
INTEGER  LDC,
REAL,dimension( ldwork, * )  WORK,
INTEGER  LDWORK 
)

Definition at line 1 of file slarfb.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions