spgst

Reduces a symmetric-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where A and B are held in packed storage, and B has been factorized by SPPTRF.

  1. void spgst(f_int itype, char uplo, f_int n, f_float* ap, f_float* bp, f_int info)
    void
    spgst
  2. void spgst(f_int itype, char uplo, f_int n, f_double* ap, f_double* bp, f_int info)

Meta