Enum Factorization
The Factorization is an enum that indicates which (internal) algorithm is used for refactorization in the cusolverRfRefactor() routine.
Namespace: ManagedCuda.CudaSolve
Assembly: CudaSolve.dll
Syntax
public enum Factorization
Fields
| Name | Description |
|---|---|
| Alg0 | algorithm 0. (default) |
| Alg1 | algorithm 1. |
| Alg2 | algorithm 2. Domino-based scheme. |