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:
major (:py:any:`int`) – Major version number.
minor (:py:any:`int`) – Minor version number.
micro (:py:any:`int`) – Micro (or patch) version number.
- Return type:
:sources:`Source code at slepc4py/SLEPc/Sys.pyx:6 <slepc4py/SLEPc/Sys.pyx#L6>`
- classmethod getVersionInfo()#
Return SLEPc version information.
Not collective.
- Returns:
info – Dictionary with version information.
- Return type:
:sources:`Source code at slepc4py/SLEPc/Sys.pyx:62 <slepc4py/SLEPc/Sys.pyx#L62>`
- classmethod hasExternalPackage(package)#
Return whether SLEPc has support for external package.
Not collective.
:sources:`Source code at slepc4py/SLEPc/Sys.pyx:116 <slepc4py/SLEPc/Sys.pyx#L116>`
- classmethod isFinalized()#
Return whether SLEPc has been finalized.
Not collective.
See also
:sources:`Source code at slepc4py/SLEPc/Sys.pyx:101 <slepc4py/SLEPc/Sys.pyx#L101>`
- Return type:
- classmethod isInitialized()#
Return whether SLEPc has been initialized.
Not collective.
See also
:sources:`Source code at slepc4py/SLEPc/Sys.pyx:88 <slepc4py/SLEPc/Sys.pyx#L88>`
- Return type:
- __init__()#
- classmethod __new__(*args, **kwargs)#