| Line 38... |
Line 38... |
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#include "private/epsimpl.h" /*I "slepceps.h" I*/
|
#include <private/epsimpl.h> /*I "slepceps.h" I*/
|
#include "slepcblaslapack.h"
|
#include <slepcblaslapack.h>
|
|
|
PetscErrorCode EPSSolve_POWER(EPS);
|
PetscErrorCode EPSSolve_POWER(EPS);
|
PetscErrorCode EPSSolve_TS_POWER(EPS);
|
PetscErrorCode EPSSolve_TS_POWER(EPS);
|
|
|
typedef struct {
|
typedef struct {
|