Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
interface1_Batch Class Reference

Interface for computing the iterative solver in the batch processing mode. More...

Public Member Functions

def getInput
 
def getParameter
 
def getResult
 
def createResult
 
def clone
 
- Public Member Functions inherited from AlgorithmImpl
def computeNoThrow
 
def compute
 
def checkComputeParams
 
def checkResult
 
def setupCompute
 
def resetCompute
 
def enableResetOnCompute
 
def hostApp
 
def setHostApp
 
- Public Member Functions inherited from Algorithm
def checkComputeParams
 
def getBaseParameter
 
- Public Member Functions inherited from AlgorithmIfaceImpl
def enableChecks
 
def isChecksEnabled
 
- Public Member Functions inherited from AlgorithmIface
def checkComputeParams
 
def checkResult
 
def getMethod
 

Detailed Description

Deprecated:
This item will be removed in a future release.

Member Function Documentation

def clone (   self)

Returns a pointer to the newly allocated iterative solver algorithm with a copy of input objects of this iterative solver algorithm

Returns
Pointer to the newly allocated algorithm
def createResult (   self)

Creates user-allocated memory to store results of the iterative solver algorithm

Returns
Status of computations
def getInput (   self)

Get input objects for the iterative solver algorithm

Returns
Input objects for the iterative solver algorithm
def getParameter (   self)

Get parameters of the iterative solver algorithm

Returns
Parameters of the iterative solver algorithm
def getResult (   self)

Returns the structure that contains results of the iterative solver algorithm

Returns
Structure that contains results of the iterative solver algorithm

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.