Actual source code: slepclme.h90

slepc-3.11.2 2019-07-30
Report Typos and Errors
  1: !
  2: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3: !  SLEPc - Scalable Library for Eigenvalue Problem Computations
  4: !  Copyright (c) 2002-2019, Universitat Politecnica de Valencia, Spain
  5: !
  6: !  This file is part of SLEPc.
  7: !  SLEPc is distributed under a 2-clause BSD license (see LICENSE).
  8: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  9: !
 10:       interface LMEGetTolerances
 11:         subroutine LMEGetTolerances00(a,b,c,z)
 12:           use slepclmedef
 13:           LME a
 14:           PetscReal b
 15:           PetscInt c
 16:           integer z
 17:         end subroutine
 18:         subroutine LMEGetTolerances10(a,b,c,z)
 19:           use slepclmedef
 20:           LME a
 21:           PetscReal b(*)
 22:           PetscInt c
 23:           integer z
 24:         end subroutine
 25:         subroutine LMEGetTolerances01(a,b,c,z)
 26:           use slepclmedef
 27:           LME a
 28:           PetscReal b
 29:           PetscInt c(*)
 30:           integer z
 31:         end subroutine
 32:       end interface LMEGetTolerances