Results obtained with the compute() method of the kernel function algorithm in the batch processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Allocates memory to store results of the kernel function algorithm
- Parameters
-
input | Pointer to the structure with the input objects |
par | Pointer to the structure of the algorithm parameters |
method | Computation method |
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the result of the kernel function algorithm
- Parameters
-
input | Input objects of the algorithm |
par | Parameter of the algorithm |
method | Computation method of the algorithm |
Returns the result of the kernel function algorithm
- Parameters
-
id | Identifier of the result |
- Returns
- Final result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the result of the kernel function algorithm
- Parameters
-
id | Identifier of the partial result |
ptr | Pointer to the object |
The documentation for this class was generated from the following file:
- algorithms/kernel_function/__init__.py