Show / Hide Table of Contents

    Class MatrixPart (union)

    Upper or lower trianguler part of a matrix.

    Inheritance
    System.Object
    MatrixPart (union)
    Namespace: Tensor
    Assembly: Tensor.dll
    Syntax
    [<RequireQualifiedAccess>]
    union MatrixPart
        | Upper
        | Lower

    Properties

    Name Description
    Lower

    Lower triangular part of the matrix.

    Upper

    Upper triangular part of the matrix.

    Back to top Generated by DocFX