Package org.ejml

Class MatrixDimensionException

All Implemented Interfaces:
Serializable

public class MatrixDimensionException extends RuntimeException
If two matrices did not have compatible dimensions for the operation this exception is thrown.
See Also:
  • Constructor Details

    • MatrixDimensionException

      public MatrixDimensionException()
    • MatrixDimensionException

      public MatrixDimensionException(String message)