OpenCMISS-Iron Python Bindings API Documentation
|
Public Member Functions | |
def | __init__ (self) |
def | DataGetDP (self) |
def | DataGetIntg (self) |
def | DataGetL (self) |
def | DataGetSP (self) |
def | DataRestoreDP (self, data) |
def | DataRestoreIntg (self, data) |
def | DataRestoreL (self, data) |
def | DataRestoreSP (self, data) |
def | DataTypeGet (self) |
def | DimensionsGet (self) |
def | StorageLocationsGet (self) |
def | StorageTypeGet (self) |
Public Attributes | |
cmiss_type | |
Properties | |
dataType = property(DataTypeGet, None, None, ) | |
storageType = property(StorageTypeGet, None, None, ) | |
A matrix that may be distributed across multiple computational nodes and may use sparse or full storage.
def iron.DistributedMatrix.__init__ | ( | self | ) |
def iron.DistributedMatrix.DataGetDP | ( | self | ) |
def iron.DistributedMatrix.DataGetIntg | ( | self | ) |
def iron.DistributedMatrix.DataGetL | ( | self | ) |
def iron.DistributedMatrix.DataGetSP | ( | self | ) |
def iron.DistributedMatrix.DataRestoreDP | ( | self, | |
data | |||
) |
def iron.DistributedMatrix.DataRestoreIntg | ( | self, | |
data | |||
) |
def iron.DistributedMatrix.DataRestoreL | ( | self, | |
data | |||
) |
def iron.DistributedMatrix.DataRestoreSP | ( | self, | |
data | |||
) |
def iron.DistributedMatrix.DataTypeGet | ( | self | ) |
def iron.DistributedMatrix.DimensionsGet | ( | self | ) |
def iron.DistributedMatrix.StorageLocationsGet | ( | self | ) |
Get the row indices and column indices for a sparse matrix :param rowIndicesSize: Size of rowIndices to allocate. :param columnIndicesSize: Size of columnIndices to allocate. :returns: (The matrix storage row indices, The matrix storage column indices) :rtype: tuple. (Array of ints, Array of ints)
def iron.DistributedMatrix.StorageTypeGet | ( | self | ) |
|
static |
|
static |