3#ifndef cMHN_NONTT_JACOBI_H
4#define cMHN_NONTT_JACOBI_H
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
int i
Definition gmock-matchers-comparisons_test.cc:603
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
static constexpr auto apply_offdiag(MHNOperator< T1, D > const &op, pRC::Tensor< T2, Ns... > const &x)
apply the off-diagonal part of Q or its transposed to a vector x, given an MHN Q
Definition mhn_operator.hpp:163
Transform
Definition transform.hpp:9
static constexpr auto unit()
Definition unit.hpp:13
Size Index
Definition basics.hpp:32
std::size_t Size
Definition basics.hpp:31
RemoveConst< RemoveReference< T > > RemoveConstReference
Definition basics.hpp:47