Ginkgo Generated from branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
gko::experimental::solver::Direct< ValueType, IndexType >::parameters_type Struct Reference
Inheritance diagram for gko::experimental::solver::Direct< ValueType, IndexType >::parameters_type:
[legend]
Collaboration diagram for gko::experimental::solver::Direct< ValueType, IndexType >::parameters_type:
[legend]

Public Member Functions

template<typename... Args>
auto with_num_rhs (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> &
 
auto with_factorization (::gko::deferred_factory_parameter< factorization_type > factory) -> std::decay_t< decltype(*(this->self()))> &
 
- Public Member Functions inherited from gko::enable_parameters_type< parameters_type, Factory >
parameters_type & with_loggers (Args &&... _value)
 Provides the loggers to be added to the factory and its generated objects in a fluent interface.
 
std::unique_ptr< Factory > on (std::shared_ptr< const Executor > exec) const
 Creates a new factory on the specified executor.
 

Public Attributes

gko::size_type num_rhs { 1u }
 Number of right hand sides.
 
std::shared_ptr< const LinOpFactoryfactorization {}
 The factorization factory to use for generating the factors.
 

Additional Inherited Members

- Public Types inherited from gko::enable_parameters_type< parameters_type, Factory >
using factory
 

Member Data Documentation

◆ num_rhs

template<typename ValueType , typename IndexType >
gko::size_type gko::experimental::solver::Direct< ValueType, IndexType >::parameters_type::num_rhs { 1u }

Number of right hand sides.

Note
This value is currently only required for the CUDA executor, which will throw an exception if a different number of rhs is passed to Direct::apply.

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