|
using | Solver = Minres<ValueType> |
|
static int | num_vectors (const Solver &) |
static int | num_arrays (const Solver &) |
static std::vector< std::string > | op_names (const Solver &) |
static std::vector< std::string > | array_names (const Solver &) |
static std::vector< int > | scalars (const Solver &) |
static std::vector< int > | vectors (const Solver &) |
|
static constexpr int | r = 0 |
static constexpr int | z = 1 |
static constexpr int | p = 2 |
static constexpr int | q = 3 |
static constexpr int | v = 4 |
static constexpr int | z_tilde = 5 |
static constexpr int | p_prev = 6 |
static constexpr int | q_prev = 7 |
static constexpr int | alpha = 8 |
static constexpr int | beta = 9 |
static constexpr int | gamma = 10 |
static constexpr int | delta = 11 |
static constexpr int | eta_next = 12 |
static constexpr int | eta = 13 |
static constexpr int | tau = 14 |
static constexpr int | cos_prev = 15 |
static constexpr int | cos = 16 |
static constexpr int | sin_prev = 17 |
static constexpr int | sin = 18 |
static constexpr int | one = 19 |
static constexpr int | minus_one = 20 |
static constexpr int | stop = 0 |
static constexpr int | tmp = 1 |
The documentation for this struct was generated from the following file: