Skip to content
Snippets Groups Projects
  • Steffen Müthing's avatar
    3b4852b2
    [BCRSMatrix] Improve error reporting in BCRSMatrix · 3b4852b2
    Steffen Müthing authored
    - Introduce new exception BCRSMatrixError and use it throughout
      BCRSMatrix
    - Introduce new exception ImplicitModeOverflowExhausted, which is thrown
      by compress() for the implicit build mode. Also improve the error
      message for that exception to really help the user understand the
      problem signalled by this exception and how to remedy the situation.
    3b4852b2
    History
    [BCRSMatrix] Improve error reporting in BCRSMatrix
    Steffen Müthing authored
    - Introduce new exception BCRSMatrixError and use it throughout
      BCRSMatrix
    - Introduce new exception ImplicitModeOverflowExhausted, which is thrown
      by compress() for the implicit build mode. Also improve the error
      message for that exception to really help the user understand the
      problem signalled by this exception and how to remedy the situation.