sygst

Reduces a symmetric-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where B has been factorized by SPOTRF.

  1. void sygst(f_int itype, char uplo, f_int n, f_float* a, f_int lda, f_float* b, f_int ldb, f_int info)
  2. void sygst(f_int itype, char uplo, f_int n, f_double* a, f_int lda, f_double* b, f_int ldb, f_int info)

Meta