Base interface for the correlation or variance-covariance matrix algorithm in the online processing mode
More...
◆ OnlineImpl()
Constructs the correlation or variance-covariance matrix algorithm in the online processing mode
- Parameters
-
context | Context to manage the correlation or variance-covariance matrix algorithm in the online processing mode |
◆ clone()
Returns the newly allocated correlation or variance-covariance matrix algorithm in the online processing mode with a copy of input objects and parameters of this correlation or variance-covariance matrix algorithm
- Parameters
-
context | Context to manage the correlation or variance-covariance matrix algorithm |
- Returns
- The newly allocated algorithm
◆ compute()
Computes partial results of the correlation or variance-covariance matrix algorithm in the online processing mode
- Returns
- Computed partial results of the correlation or variance-covariance matrix algorithm
◆ dispose()
Releases the memory allocated for the native algorithm object
Implements Disposable.
◆ finalizeCompute()
Computes the results of the correlation or variance-covariance matrix algorithm in the online processing mode
- Returns
- Computed results of the correlation or variance-covariance matrix algorithm
◆ setPartialResult() [1/2]
void setPartialResult |
( |
PartialResult |
partialResult, |
|
|
boolean |
initializationFlag |
|
) |
| |
Registers user-allocated memory to store partial results of the correlation or variance-covariance matrix algorithm and optionally tells the library to initialize the memory
- Parameters
-
partialResult | Structure to store partial results |
initializationFlag | Flag that specifies whether partial results are initialized |
◆ setPartialResult() [2/2]
Registers user-allocated memory to store partial results of the correlation or variance-covariance matrix algorithm in the online processing mode
- Parameters
-
partialResult | Structure to store partial results |
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the results of the correlation or variance-covariance matrix algorithm in the online processing mode
- Parameters
-
result | Structure to store the results of the correlation or variance-covariance matrix algorithm |
◆ cOnlineImpl
Pointer to the inner implementation of the service callback functionality
◆ input
◆ method
Computation method for the algorithm
◆ parameter
Parameters of the algorithm
◆ prec
The documentation for this class was generated from the following file: