Class DegeneratedSimplexException

All Implemented Interfaces:
Serializable

public class DegeneratedSimplexException extends IllegalArgumentException

Unchecked exception thrown if the n-dimensional simplex Matrices.Simplex cannot be constructed because all vertices lies on the same hyperplane. In other words, it is thrown while attempt to build degenerated simplex: such simplexes are not allowed for Matrices.Simplex class.

Author:
Daniel Alievsky
See Also:
  • Constructor Details

    • DegeneratedSimplexException

      public DegeneratedSimplexException()
      Constructs an instance of this class.
    • DegeneratedSimplexException

      public DegeneratedSimplexException(String message)
      Constructs an instance of this class with the specified detail message.
      Parameters:
      message - the detail message.