numerics 0.1.0
Loading...
Searching...
No Matches
num::LinearProblem< Op > Struct Template Reference

Linear system A x = b. A is any matrix or LinearOperator; b the RHS. Non-owning view over A and b (bind at the call site for an immediate solve). More...

#include <problems.hpp>

Public Attributes

const Op & A
 
const Vectorb
 

Detailed Description

template<class Op>
struct num::LinearProblem< Op >

Linear system A x = b. A is any matrix or LinearOperator; b the RHS. Non-owning view over A and b (bind at the call site for an immediate solve).

Definition at line 30 of file problems.hpp.

Member Data Documentation

◆ A

template<class Op >
const Op& num::LinearProblem< Op >::A

Definition at line 31 of file problems.hpp.

Referenced by num::init(), num::init(), and num::solve().

◆ b

template<class Op >
const Vector& num::LinearProblem< Op >::b

Definition at line 32 of file problems.hpp.

Referenced by num::init(), num::init(), and num::solve().


The documentation for this struct was generated from the following file: