You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tpetra::MatrixMatrix::Add (a version taking A,B,C) is not checking that the input matrices' global dimensions are compatible. It should do a TEUCHOS_TEST_FOR_EXCEPTION... check for this.
The text was updated successfully, but these errors were encountered:
Bug Report
Tpetra::MatrixMatrix::Add
(a version taking A,B,C) is not checking that the input matrices' global dimensions are compatible. It should do a TEUCHOS_TEST_FOR_EXCEPTION... check for this.The text was updated successfully, but these errors were encountered: