Function Dune::XT::LA::internal::multiply_householder_from_left

template<class FirstVectorType, class VectorType>
void Dune::XT::LA::internal::multiply_householder_from_left(FirstVectorType &x, const typename Common::VectorAbstraction<VectorType>::ScalarType &tau, const VectorType &v, const size_t begin, const size_t end)

No documentation provided.

template<class MatrixType, class VectorType>
void Dune::XT::LA::internal::multiply_householder_from_left(MatrixType &A, const typename Common::MatrixAbstraction<MatrixType>::ScalarType &tau, const VectorType &v, const size_t row_begin, const size_t row_end, const size_t col_begin, const size_t col_end)

No documentation provided.