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<MatrixType, FirstVectorType, SecondVectorType, triangular_type, transpose, sparse_vector>¶ No documentation provided.
Method Dune::XT::LA::internal::triangular_helper::solve¶
-
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>
static void Dune::XT::LA::internal::triangular_helper<MatrixType, FirstVectorType, SecondVectorType, triangular_type, transpose, sparse_vector>::solve(const MatrixType &A, FirstVectorType &x, const SecondVectorType &b)¶ No documentation provided.