LAPACK 3.3.0
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | DLARFX (SIDE, M, N, V, TAU, C, LDC, WORK) |
subroutine DLARFX | ( | CHARACTER | SIDE, |
INTEGER | M, | ||
INTEGER | N, | ||
DOUBLE PRECISION,dimension( * ) | V, | ||
DOUBLE PRECISION | TAU, | ||
DOUBLE PRECISION,dimension( ldc, * ) | C, | ||
INTEGER | LDC, | ||
DOUBLE PRECISION,dimension( * ) | WORK | ||
) |