Show / Hide Table of Contents

    Enum TriangularSolve

    The TriangularSolve is an enum that indicates which (internal) algorithm is used for triangular solve in the cusolverRfSolve() routine.

    Namespace: ManagedCuda.CudaSolve
    Assembly: CudaSolve.dll
    Syntax
    public enum TriangularSolve

    Fields

    Name Description
    Alg0

    algorithm 0.

    Alg1

    algorithm 1. (default)

    Alg2

    algorithm 2. Domino-based scheme.

    Alg3

    algorithm 3. Domino-based scheme.

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