47 typedef typename GraphType::local_ordinal_type local_ordinal_type;
48 typedef typename GraphType::global_ordinal_type global_ordinal_type;
49 typedef typename GraphType::node_type node_type;
50 typedef Tpetra::RowGraph<local_ordinal_type, global_ordinal_type, node_type> row_graph_type;
51 typedef typename Teuchos::ScalarTraits<Scalar>::magnitudeType magnitude_type;
52 typedef Tpetra::MultiVector<magnitude_type, local_ordinal_type, global_ordinal_type, node_type> multivector_type;
54 typedef typename row_graph_type::nonconst_global_inds_host_view_type nonconst_global_inds_host_view_type;
55 typedef typename row_graph_type::nonconst_local_inds_host_view_type nonconst_local_inds_host_view_type;
71 int Compute_Blocks_AutoLine(Teuchos::ArrayView<local_ordinal_type> blockIndices)
const;
72 void local_automatic_line_search(
int NumEqns, Teuchos::ArrayView<local_ordinal_type> blockIndices, local_ordinal_type last, local_ordinal_type next, local_ordinal_type LineID,
double tol, Teuchos::Array<local_ordinal_type> itemp, Teuchos::Array<magnitude_type> dtemp)
const;
76 Teuchos::RCP<multivector_type> coord_;