Show / Hide Table of Contents

    Enum cusparseMatrixType

    This type indicates the type of matrix stored in sparse storage. Notice that for symmetric, Hermitian and triangular matrices only their lower or upper part is assumed to be stored.

    Namespace: ManagedCuda.CudaSparse
    Assembly: CudaSparse.dll
    Syntax
    public enum cusparseMatrixType

    Fields

    Name Description
    General

    the matrix is general.

    Hermitian

    the matrix is Hermitian.

    Symmetric

    the matrix is symmetric.

    Triangular

    the matrix is triangular.

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