| Line 24... |
Line 24... |
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/svdimpl.h> /*I "slepcsvd.h" I*/
|
#include <slepc-private/svdimpl.h> /*I "slepcsvd.h" I*/
|
#include <private/epsimpl.h> /*I "slepceps.h" I*/
|
#include <slepc-private/epsimpl.h> /*I "slepceps.h" I*/
|
|
|
typedef struct {
|
typedef struct {
|
PetscBool explicitmatrix;
|
PetscBool explicitmatrix;
|
EPS eps;
|
EPS eps;
|
PetscBool setfromoptionscalled;
|
PetscBool setfromoptionscalled;
|