Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX