Show / Hide Table of Contents

    Class SingularMatrixException

    A singular matrix was encountered during an operation that does not allow singular matrices.

    Inheritance
    System.Object
    System.Exception
    SingularMatrixException
    Namespace: Tensor
    Assembly: Tensor.dll
    Syntax
    exception SingularMatrixException
        val msg: string
    Remarks

    See the documentation of the method that raised this exception for a detailed description of the error conditions.

    Fields

    Name Description
    val msg: string

    Properties

    Name Description
    override property Message: string

    Detailed error message.

    Back to top Generated by DocFX