C# Class NewTOAPIA.GL.MatrixNotInvertableException

Inheritance: System.ApplicationException
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
MatrixNotInvertableException ( string msg ) : System

An attempt to invert a non-invertable matrix was made.

Method Details

MatrixNotInvertableException() public method

An attempt to invert a non-invertable matrix was made.
public MatrixNotInvertableException ( string msg ) : System
msg string
return System