LAPACK 3.3.0

dsytd2.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSYTD2 (UPLO, N, A, LDA, D, E, TAU, INFO)

Function Documentation

subroutine DSYTD2 ( CHARACTER  UPLO,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
DOUBLE PRECISION,dimension( * )  TAU,
INTEGER  INFO 
)

Definition at line 1 of file dsytd2.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions