slepc4py.SLEPc.Sys#
- class slepc4py.SLEPc.Sys#
Bases:
objectSys.
Methods Summary
getVersion([devel, date, author])Return SLEPc version information.
Return SLEPc version information.
hasExternalPackage(package)Return whether SLEPc has support for external package.
Return whether SLEPc has been finalized.
Return whether SLEPc has been initialized.
Methods Documentation
- classmethod getVersion(devel=False, date=False, author=False)#
Return SLEPc version information.
Not collective.
- Parameters:
- Returns:
- Return type:
See also
- classmethod getVersionInfo()#
Return SLEPc version information.
Not collective.
- Returns:
info – Dictionary with version information.
- Return type:
See also
- classmethod hasExternalPackage(package)#
Return whether SLEPc has support for external package.
Not collective.
See also
- classmethod isFinalized()#
Return whether SLEPc has been finalized.
Not collective.
See also
Source code at slepc4py/SLEPc/Sys.pyx:101
- Return type:
- classmethod isInitialized()#
Return whether SLEPc has been initialized.
Not collective.
See also
Source code at slepc4py/SLEPc/Sys.pyx:88
- Return type: