Public Types | |
using | Solver = gko::experimental::solver::Direct<ValueType, IndexType> |
Static Public Member Functions | |
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 int | num_vectors (const gko::experimental::solver::Direct< ValueType, IndexType > &) |
static int | num_arrays (const gko::experimental::solver::Direct< ValueType, IndexType > &) |
static std::vector< std::string > | op_names (const gko::experimental::solver::Direct< ValueType, IndexType > &) |
static std::vector< std::string > | array_names (const gko::experimental::solver::Direct< ValueType, IndexType > &) |
static std::vector< int > | scalars (const gko::experimental::solver::Direct< ValueType, IndexType > &) |
static std::vector< int > | vectors (const gko::experimental::solver::Direct< ValueType, IndexType > &) |
Static Public Attributes | |
static constexpr int | intermediate = 0 |