3#ifndef cMHN_NONTT_JACOBI_H
4#define cMHN_NONTT_JACOBI_H
36 pTheta = b + apply_offdiag<OT>(op, pTheta);
pRC::Size const D
Definition CalculatePThetaTests.cpp:9
Class storing an MHN operator represented by a theta matrix (for non TT calculations)
Definition mhn_operator.hpp:24
pRC::Float<> T
Definition externs_nonTT.hpp:1
X jacobi(nonTT::MHNOperator< T, D > const &op, X const &b)
Solves the linear system (1-Q)x=b or (1-Q)^Tx=b.
Definition jacobi.hpp:26
static constexpr auto apply_diag(MHNOperator< T1, D > const &op, pRC::Tensor< T2, Ns... > const &x)
apply the diagonal part of (1-Q) to a vector x, given an MHN Q
Definition mhn_operator.hpp:120
Transform
Definition transform.hpp:11
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
Size Index
Definition type_traits.hpp:21
std::size_t Size
Definition type_traits.hpp:20
RemoveConst< RemoveReference< T > > RemoveConstReference
Definition type_traits.hpp:62