Function Dune::XT::LA::solve¶
Function template Dune::XT::LA::solve¶
Function template Dune::XT::LA::solve¶
-
template<class M, class V, class S>
typename VectorInterface<V, S>::derived_type Dune::XT::LA::solve(const MatrixInterface<M, S> &A, const VectorInterface<V, S> &b, const Common::Configuration &opts)¶ Solves A*x = b and returns the solution vector x, using the given solver options.