Template Struct PreconditionerBaseVisitor

Inheritance Relationships

Base Type

  • public nanobind::def_visitor< PreconditionerBaseVisitor< Preconditioner > >

Struct Documentation

template<typename Preconditioner>
struct PreconditionerBaseVisitor : public nanobind::def_visitor<PreconditionerBaseVisitor<Preconditioner>>

Public Types

using MatrixType = Eigen::MatrixXd
using VectorType = Eigen::VectorXd

Public Functions

template<typename ...Ts>
inline void execute(nb::class_<Preconditioner, Ts...> &cl)