Runs the SVD algorithm in the online processing mode.
More...
◆ Online() [1/2]
Constructs the SVD algorithm by copying input objects and parameters of another SVD algorithm
- Parameters
-
context | Context to manage created SVD algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ Online() [2/2]
Constructs the SVD algorithm
- Parameters
-
context | Context to manage created SVD algorithm |
cls | Data type to use in intermediate computations for the SVD algorithm, Double.class or Float.class |
method | SVD computation method, Method |
◆ clone()
Returns the newly allocated SVD algorithm with a copy of input objects and parameters of this SVD algorithm
- Parameters
-
context | Context to manage created SVD algorithm |
- Returns
- The newly allocated algorithm
◆ compute()
Runs the SVD algorithm
- Returns
- Partial results of the SVD algorithm obtained in the online processing mode
◆ finalizeCompute()
Computes final results of the SVD algorithm
- Returns
- Final results of the SVD algorithm
◆ setPartialResult() [1/2]
Registers user-allocated memory to store partial results of the SVD algorithm
- Parameters
-
partialResult | Structure to store partial results of the SVD algorithm |
initializationFlag | Flag that specifies whether partial results are initialized |
◆ setPartialResult() [2/2]
Registers user-allocated memory to store partial results of the SVD algorithm
- Parameters
-
partialResult | Structure to store partial results of the SVD algorithm |
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store results of the SVD algorithm
- Parameters
-
result | Structure to store results of the SVD algorithm |
◆ input
◆ method
Computation method for the algorithm
◆ parameter
Parameters of the algorithm
◆ partialResult
Partial result of the algorithm
◆ prec
The documentation for this class was generated from the following file: