Function Dune::XT::LA::internal::multiply_householder_from_left¶
Function template 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 int begin, const int end)¶ No documentation provided.
Function template Dune::XT::LA::internal::multiply_householder_from_left¶
-
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 int row_begin, const int row_end, const int col_begin, const int col_end)¶ No documentation provided.