Class TensorShapeException

All Implemented Interfaces:
Serializable

public class TensorShapeException extends LinearAlgebraException
An exception to be thrown when there is an error related to tensor shapes.
See Also:
  • Constructor Details

    • TensorShapeException

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