Function Dune::XT::LA::solve_upper_triangular

template<class MatrixType, class FirstVectorType, class SecondVectorType>
int Dune::XT::LA::solve_upper_triangular(const MatrixType &A, FirstVectorType &x, const SecondVectorType &b)

solve A x = b, where A is upper triangular