1: /* 2: Private data structure used by the LAPACK interface. 3: */ 7: #include src/eps/epsimpl.h 9: typedef struct { 10: Mat BA,A; 11: } EPS_LAPACK; 13: #endif