|
numerics 0.1.0
|
Reusable linear-solve cache (CommonSolve init/solve!): a view of the problem plus the algorithm and the current iterate. Re-solving warm-starts from cache.u.
More...
#include <solve.hpp>
Public Attributes | |
| const Op & | A |
| const Vector & | b |
| Alg | alg |
| Vector | u |
| warm-start on entry, solution on exit | |
Reusable linear-solve cache (CommonSolve init/solve!): a view of the problem plus the algorithm and the current iterate. Re-solving warm-starts from cache.u.
| const Op& num::LinearCache< Op, Alg >::A |
Definition at line 103 of file solve.hpp.
Referenced by num::solve().
| Alg num::LinearCache< Op, Alg >::alg |
Definition at line 105 of file solve.hpp.
Referenced by num::solve().
| const Vector& num::LinearCache< Op, Alg >::b |
Definition at line 104 of file solve.hpp.
Referenced by num::solve().
| Vector num::LinearCache< Op, Alg >::u |
warm-start on entry, solution on exit
Definition at line 106 of file solve.hpp.
Referenced by num::solve().