|
numerics 0.1.0
|
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 Vector & | b |
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.
| const Op& num::LinearProblem< Op >::A |
Definition at line 31 of file problems.hpp.
Referenced by num::init(), num::init(), and num::solve().
| const Vector& num::LinearProblem< Op >::b |
Definition at line 32 of file problems.hpp.
Referenced by num::init(), num::init(), and num::solve().