Member List#
|
Reference API
|
gko::LinOp Member List
This is the complete list of members for gko::LinOp, including all inherited members.
| add_logger(std::shared_ptr< const Logger > logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) | gko::LinOp | inline |
| apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) const | gko::LinOp | inline |
| apply(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b, ptr_param< const LinOp > beta, ptr_param< LinOp > x) | gko::LinOp | inline |
| apply(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b, ptr_param< const LinOp > beta, ptr_param< LinOp > x) const | gko::LinOp | inline |
| apply_impl(const LinOp *b, LinOp *x) const =0 | gko::LinOp | protectedpure virtual |
| apply_impl(const LinOp *alpha, const LinOp *b, const LinOp *beta, LinOp *x) const =0 | gko::LinOp | protectedpure virtual |
| apply_uses_initial_guess() const | gko::LinOp | inlinevirtual |
| clear_impl()=0 | gko::PolymorphicObject | protectedpure virtual |
| clear_loggers() override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| gko::PolymorphicObject::copy_from(std::unique_ptr< Derived, Deleter > &&other) | gko::PolymorphicObject | inline |
| gko::PolymorphicObject::copy_from(const std::unique_ptr< Derived, Deleter > &other) | gko::PolymorphicObject | inline |
| copy_from_impl(const PolymorphicObject *other)=0 | gko::PolymorphicObject | protectedpure virtual |
| copy_from_impl(std::unique_ptr< PolymorphicObject > other)=0 | gko::PolymorphicObject | protectedpure virtual |
| create_default_impl(std::shared_ptr< const Executor > exec) const =0 | gko::PolymorphicObject | protectedpure virtual |
| get_executor() const noexcept | gko::PolymorphicObject | inline |
| get_loggers() const override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| get_size() const noexcept | gko::LinOp | inline |
| LinOp(const LinOp &)=default | gko::LinOp | |
| LinOp(LinOp &&other) | gko::LinOp | inline |
| LinOp(std::shared_ptr< const Executor > exec, const dim< 2 > &size=dim< 2 >{}) | gko::LinOp | inlineexplicitprotected |
| move_from_impl(PolymorphicObject *other)=0 | gko::PolymorphicObject | protectedpure virtual |
| move_from_impl(std::unique_ptr< PolymorphicObject > other)=0 | gko::PolymorphicObject | protectedpure virtual |
| operator=(const LinOp &)=default | gko::LinOp | |
| operator=(LinOp &&other) | gko::LinOp | inline |
| operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inline |
| PolymorphicObject(std::shared_ptr< const Executor > exec) | gko::PolymorphicObject | inlineexplicitprotected |
| PolymorphicObject(const PolymorphicObject &other) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlineexplicitprotected |
| remove_logger(const Logger *logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| set_size(const dim< 2 > &value) noexcept | gko::LinOp | inlineprotected |
| validate_application_parameters(const LinOp *b, const LinOp *x) const | gko::LinOp | inlineprotected |
| validate_application_parameters(const LinOp *alpha, const LinOp *b, const LinOp *beta, const LinOp *x) const | gko::LinOp | inlineprotected |
| ~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |
| ~PolymorphicObject() (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlinevirtual |
Generated by