Ginkgo Generated from branch based on main. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::preconditioner::Ic< LSolverType, IndexType >::parameters_type Struct Reference
Inheritance diagram for gko::preconditioner::Ic< LSolverType, IndexType >::parameters_type:
[legend]
Collaboration diagram for gko::preconditioner::Ic< LSolverType, IndexType >::parameters_type:
[legend]

Public Member Functions

parameters_typewith_l_solver_factory (deferred_factory_parameter< const typename l_solver_type::Factory > solver)
 
parameters_typewith_l_solver (deferred_factory_parameter< const typename l_solver_type::Factory > solver)
 
parameters_typewith_factorization_factory (deferred_factory_parameter< const LinOpFactory > factorization)
 
parameters_typewith_factorization (deferred_factory_parameter< const LinOpFactory > factorization)
 
- 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

std::shared_ptr< const typename l_solver_type::Factory > l_solver_factory {}
 Factory for the L solver.
 
std::shared_ptr< const LinOpFactoryfactorization_factory {}
 Factory for the factorization.
 

Additional Inherited Members

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

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