Show / Hide Table of Contents

    Enum Operation

    The Operation type indicates which operation needs to be performed with the dense matrix. Its values correspond to Fortran characters ‘N’ or ‘n’ (non-transpose), ‘T’ or ‘t’ (transpose) and ‘C’ or ‘c’ (conjugate transpose) that are often used as parameters to legacy BLAS implementations

    Namespace: ManagedCuda.CudaBlas
    Assembly: CudaBlas.dll
    Syntax
    public enum Operation

    Fields

    Name Description
    ConjugateTranspose

    the conjugate transpose operation is selected

    NonTranspose

    the non-transpose operation is selected

    Transpose

    the transpose operation is selected

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