Show / Hide Table of Contents

Enum cublasDiagType_t

Indicates whether the main diagonal of the dense matrix is unity and consequently should not be touched or modified by the function Complete documentation on Nvidia documentation

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cublasDiagType_t")]
public enum cublasDiagType_t

Fields

Name Description
CUBLAS_DIAG_NON_UNIT = 0

the matrix diagonal has non-unit elements

CUBLAS_DIAG_UNIT = 1

the matrix diagonal has unit elements

Back to top Generated by DocFX