Class template Dune::XT::LA::internal::triangular_helper

template<class MatrixType, class FirstVectorType, class SecondVectorType, Common::MatrixPattern triangular_type, Common::Transpose transpose, bool sparse_vector = !Common::VectorAbstraction<FirstVectorType>::is_contiguous || !Common::VectorAbstraction<SecondVectorType>::is_contiguous>
class Dune::XT::LA::internal::triangular_helper

No documentation provided.

static void Dune::XT::LA::internal::triangular_helper::solve(const MatrixType &A, FirstVectorType &x, const SecondVectorType &b)

No documentation provided.