Exception thrown when a matrix operation requiring a square matrix is presented with a non-square one.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public class MatrixNotSquareException : NMathException
Visual Basic (Declaration)
Public Class MatrixNotSquareException _
	Inherits NMathException
Visual C++
public ref class MatrixNotSquareException : public NMathException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      CenterSpace.NMath.Core..::.NMathException
        CenterSpace.NMath.Core..::.MatrixNotSquareException

See Also