cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
jacobi.hpp File Reference
#include <cmhn/nontt/mhn_operator.hpp>
#include <prc.hpp>

Go to the source code of this file.

Namespaces

namespace  cMHN
 
namespace  cMHN::nonTT
 

Functions

template<pRC::Operator::Transform OT = pRC::Operator::Transform::None, class T , class X , pRC::Size D, class RX = pRC::RemoveConstReference<X>>
cMHN::nonTT::jacobi (nonTT::MHNOperator< T, D > const &op, X const &b)
 Solves the linear system (1-Q)x=b or (1-Q)^Tx=b.