Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
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 |
def | compute |
![]() | |
def | computeNoThrow |
def | compute |
def | checkComputeParams |
def | checkResult |
def | setupCompute |
def | resetCompute |
def | enableResetOnCompute |
def | hostApp |
def | setHostApp |
![]() | |
def | checkComputeParams |
def | getBaseParameter |
![]() | |
def | enableChecks |
def | isChecksEnabled |
![]() | |
def | checkComputeParams |
def | checkResult |
def | getMethod |
def clone | ( | self | ) |
Returns a pointer to the newly allocated iterative solver algorithm with a copy of input objects of this iterative solver algorithm
def compute | ( | self | ) |
Invokes computations
def createResult | ( | self | ) |
Creates user-allocated memory to store results of the iterative solver algorithm
def getInput | ( | self | ) |
Get input objects for the iterative solver algorithm
def getParameter | ( | self | ) |
Get parameters of the iterative solver algorithm
def getResult | ( | self | ) |
Returns the structure that contains results of the iterative solver algorithm
For more complete information about compiler optimizations, see our Optimization Notice.