Einsums Python Module#
This is the reference documentation for the Einsums Python module. It contains many sub-modules as well.
This module contains various facilities for interfacing with the Einsums library.
This module contains the C++ wrappings. It is documented in Einsums Core Module.
This module contains several helpful classes and functions. It is documented in Einsums Utilities Module.
This module contains all of the possible exceptions that can be thrown by HIP, hipBlas, and hipSolver. There are hundreds of these, so it is pretty big. It is its own module so as to avoid cluttering the namespaces of the other modules.
- Einsums Core Module
- Einsums Utilities Module
TensorIndices
add_complex
create_random_definite
create_random_definite_numpy_array
create_random_numpy_array
create_random_semidefinite
create_random_semidefinite_numpy_array
create_random_tensor
create_tensor
enumerate_many
labeled_section
random_definite_tensor_factory
random_semidefinite_tensor_factory
random_tensor_factory
remove_complex
tensor_factory
- HIP Exceptions in Python
Success
ErrorInvalidValue
ErrorOutOfMemory
ErrorMemoryAllocation
ErrorNotInitialized
ErrorInitializationError
ErrorDeinitialized
ErrorProfilerDisabled
ErrorProfilerNotInitialized
ErrorProfilerAlreadyStarted
ErrorProfilerAlreadyStopped
ErrorInvalidConfiguration
ErrorInvalidPitchValue
ErrorInvalidSymbol
ErrorInvalidDevicePointer
ErrorInvalidMemcpyDirection
ErrorInsufficientDriver
ErrorMissingConfiguration
ErrorPriorLaunchFailure
ErrorInvalidDeviceFunction
ErrorNoDevice
ErrorInvalidDevice
ErrorInvalidImage
ErrorInvalidContext
ErrorContextAlreadyCurrent
ErrorMapFailed
ErrorMapBufferObjectFailed
ErrorUnmapFailed
ErrorArrayIsMapped
ErrorAlreadyMapped
ErrorNoBinaryForGpu
ErrorAlreadyAcquired
ErrorNotMapped
ErrorNotMappedAsArray
ErrorNotMappedAsPointer
ErrorECCNotCorrectable
ErrorUnsupportedLimit
ErrorContextAlreadyInUse
ErrorPeerAccessUnsupported
ErrorInvalidKernelFile
ErrorInvalidGraphicsContext
ErrorInvalidSource
ErrorFileNotFound
ErrorSharedObjectSymbolNotFound
ErrorSharedObjectInitFailed
ErrorOperatingSystem
ErrorInvalidHandle
ErrorInvalidResourceHandle
ErrorIllegalState
ErrorNotFound
ErrorNotReady
ErrorIllegalAddress
ErrorLaunchOutOfResources
ErrorLaunchTimeOut
ErrorPeerAccessAlreadyEnabled
ErrorPeerAccessNotEnabled
ErrorSetOnActiveProcess
ErrorContextIsDestroyed
ErrorAssert
ErrorHostMemoyrAlreadyRegistered
ErrorHostMemoryNotRegistered
ErrorLaunchFailure
ErrorCooperativeLaunchTooLarge
ErrorNotSupported
ErrorStreamCaptureUnsupported
ErrorStreamCaptureInvalidated
ErrorStreamCaptureMerge
ErrorStreamCaptureUnmatched
ErrorStreamCaptureUnjoined
ErrorStreamCaptureIsolation
ErrorStreamCaptureImplicit
ErrorCapturedEvent
ErrorStreamCaptureWrongThread
ErrorGraphExecUpdateFailure
ErrorUnknown
ErrorRuntimeMemory
ErrorRuntimeOther
ErrorTbd
blasSuccess
blasNotInitialized
blasAllocFailed
blasInvalidValue
blasMappingError
blasExecutionFailed
blasInternalError
blasNotSupported
blasArchMismatch
blasHandleIsNullptr
blasInvalidEnum
blasUnknown
solverSuccess
solverNotInitialized
solverAllocFailed
solverInvalidValue
solverMappingError
solverExecutionFailed
solverInternalError
solverFuncNotSupported
solverArchMismatch
solverHandleIsNullptr
solverInvalidEnum
solverUnknown