Runs the SVD algorithm in the batch processing mode.
More...
◆ Batch() [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 |
◆ Batch() [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 |
- References
- InputId class. Identifiers of SVD input objects
- ResultId class. Identifiers of SVD results
- ResultFormat class. Options to return SVD output matrices
◆ 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
- 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
The documentation for this class was generated from the following file: