| Line 1... |
Line 1... |
|
/*
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
SLEPc - Scalable Library for Eigenvalue Problem Computations
|
|
Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain
|
|
|
|
This file is part of SLEPc. See the README file for conditions of use
|
|
and additional information.
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
*/
|
|
|
static char help[] = "Solves a standard eigensystem Ax=kx with the matrix loaded from a file.\n"
|
static char help[] = "Solves a standard eigensystem Ax=kx with the matrix loaded from a file.\n"
|
"This example works for both real and complex numbers.\n\n"
|
"This example works for both real and complex numbers.\n\n"
|
"The command line options are:\n"
|
"The command line options are:\n"
|
" -file <filename>, where <filename> = matrix file in PETSc binary form.\n\n";
|
" -file <filename>, where <filename> = matrix file in PETSc binary form.\n\n";
|