Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
EnableApplyWithInitialGuess providing default operation for ApplyWithInitialGuess with correct validation and log. More...
#include <ginkgo/core/solver/solver_base.hpp>
EnableApplyWithInitialGuess providing default operation for ApplyWithInitialGuess with correct validation and log.
It ensures that vectors of apply_with_initial_guess will always have the same executor as the object this mixin is used in, creating a clone on the correct executor if necessary.
DerivedType | The type that this Mixin is used in. It must provide get_size() and get_executor() functions that return correctly initialized values and the logger functionality. |