MAGMA  1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ssyt21.f File Reference

Go to the source code of this file.

Functions

subroutine ssyt21 (ITYPE, UPLO, N, KBAND, A, LDA, D, E, U, LDU, V, LDV, TAU, WORK, RESULT)

Function Documentation

subroutine ssyt21 ( integer  ITYPE,
character  UPLO,
integer  N,
integer  KBAND,
real, dimension( lda, * )  A,
integer  LDA,
real, dimension( * )  D,
real, dimension( * )  E,
real, dimension( ldu, * )  U,
integer  LDU,
real, dimension( ldv, * )  V,
integer  LDV,
real, dimension( * )  TAU,
real, dimension( * )  WORK,
real, dimension( 2 )  RESULT 
)

Definition at line 1 of file ssyt21.f.

References max, min, slarfy(), and uplo.

Here is the call graph for this function: