Class LinearAlgebraException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flag4j.util.exceptions.LinearAlgebraException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SingularMatrixException, TensorShapeException

public class LinearAlgebraException extends RuntimeException
An exception which is thrown when a linear algebra related error occurs at runtime.
See Also:
  • Constructor Details

    • LinearAlgebraException

      public LinearAlgebraException(String errMsg)
      Creates a LinearAlgebraException to be thrown for a linear algebra related error.
      Parameters:
      errMsg - Error message for the exception.