other versions
| dlatrd.f(3) | LAPACK | dlatrd.f(3) | 
NAME¶
dlatrd.f
SYNOPSIS¶
Functions/Subroutines¶
subroutine dlatrd (UPLO, N, NB, A, LDA, E,
    TAU, W, LDW)
  
  DLATRD reduces the first nb rows and columns of a symmetric/Hermitian
    matrix A to real tridiagonal form by an orthogonal similarity
    transformation.
  
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
| Wed May 24 2017 | Version 3.7.0 |