Some constraints were discarded because they were too linearly dependent on other active constraints.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class SomeConstraintsDiscardedException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SomeConstraintsDiscardedException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class SomeConstraintsDiscardedException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Math..::.SomeConstraintsDiscardedException some constraints were discarded because they were too linearly dependent on other active constraints

Inheritance Hierarchy

See Also