Template Struct BiCGSTABVisitor

Inheritance Relationships

Base Type

  • public nanobind::def_visitor< BiCGSTABVisitor< BiCGSTAB > >

Struct Documentation

template<typename BiCGSTAB>
struct BiCGSTABVisitor : public nanobind::def_visitor<BiCGSTABVisitor<BiCGSTAB>>

Public Types

using MatrixType = typename BiCGSTAB::MatrixType
using CtorArg = nb::DMap<const MatrixType>

Public Functions

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

Public Static Functions

static inline void expose(nb::module_ &m, const char *name)