Skip to content

ROL: Fixed examples that failed to build

James Willenbring requested to merge amklinv:master into master

Created by: amklinv

These examples were broken by a recent commit to Tpetra that added a MatrixMarket reader for graphs. The Tpetra MatrixMarket readers and writers are all templated on the matrix type (even the vector readers and writers), and the ROL examples were templating them on the vector type.

Merge request reports